diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-04-01 18:20:57 (GMT) |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-05-14 18:38:01 (GMT) |
commit | f91e24f2e03d5001aeaec1dda4d3dca9b23f6dff (patch) | |
tree | 1e1881296aadbd7c74e847a992fa668ba31236be /block/blk.h | |
parent | 46224b335c81cd158521643b7b2acddb230628a2 (diff) | |
download | linux-fsl-qoriq-f91e24f2e03d5001aeaec1dda4d3dca9b23f6dff.tar.xz |
drivers: net: gianfar: Make RT aware
The adjust_link() disables interrupts before taking the queue
locks. On RT those locks are converted to "sleeping" locks and
therefor the local_irq_save/restore must be converted to
local_irq_save/restore_nort.
Reported-by: Xianghua Xiao <xiaoxianghua@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Xianghua Xiao <xiaoxianghua@gmail.com>
Diffstat (limited to 'block/blk.h')
0 files changed, 0 insertions, 0 deletions