diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-04-01 20:20:57 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-04-10 16:36:50 -0500 |
commit | e6821dfde6a6e5f4426d03f71b38c2478c89df08 (patch) | |
tree | 6ee5bd3464fe45ce8b7ec5cc207a9e7217e52d1d /drivers/net/ifb.c | |
parent | 58b86b0a68310b719cfe98c143baa8e599370294 (diff) |
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 'drivers/net/ifb.c')
0 files changed, 0 insertions, 0 deletions