]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Add a function to handle interrupt affinity setting
authorThomas Gleixner <tglx@linutronix.de>
Fri, 16 Feb 2007 09:27:25 +0000 (01:27 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 16 Feb 2007 16:13:56 +0000 (08:13 -0800)
commit771ee3b04eaac6184312825eb600b4c598f027a5
treef0db1cca6b9849855c1d2fd6a16828084311e03c
parent950f4427c2ddc921164088a20f01304cf231437c
[PATCH] Add a function to handle interrupt affinity setting

Provide funtions to:
 - check, whether an interrupt can set the affinity
 - pin the interrupt to a given cpu

Necessary for the ability to setup clocksources more flexible (e.g.  use the
different HPET channels per CPU)

[akpm@osdl.org: alpha build fix]
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/irq.h
kernel/irq/manage.c
kernel/irq/proc.c