diff options
author | Jiang Liu <[email protected]> | 2012-03-30 23:11:35 +0800 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2012-05-24 23:16:33 +0200 |
commit | f841d792e38f75f5e25b0b66f7b5d235d180a735 (patch) | |
tree | 52657a4c6b9d2ff9ff6b2b4ed98a9e2dd2b2cecf /lib/timerqueue.c | |
parent | 151766fce8bee0e3e6076c8b829f9fcc0a2412ae (diff) |
x86: Return IRQ_SET_MASK_OK_NOCOPY from irq affinity functions
The interrupt chip irq_set_affinity() functions copy the affinity mask
to irq_data->affinity but return 0, i.e. IRQ_SET_MASK_OK.
IRQ_SET_MASK_OK causes the core code to do another redundant copy.
Return IRQ_SET_MASK_OK_NOCOPY to avoid this.
Signed-off-by: Jiang Liu <[email protected]>
Cc: Suresh Siddha <[email protected]>
Cc: Yinghai Lu <[email protected]>
Cc: Naga Chumbalkar <[email protected]>
Cc: Jacob Pan <[email protected]>
Cc: Cliff Wickman <[email protected]>
Cc: Jiang Liu <[email protected]>
Cc: Keping Chen <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'lib/timerqueue.c')
0 files changed, 0 insertions, 0 deletions