diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2012-02-16 01:37:49 -0700 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-02-16 01:37:49 -0700 |
commit | cc79ca691c292e9fd44f589c7940b9654e22f2f6 (patch) | |
tree | 4efe01e4f4a92f97dba326923e0a7a8af4b3bf87 /arch/powerpc/Kconfig | |
parent | 6d9285b00f776eebe459a858ebf07b56c36c60d2 (diff) | |
download | blackbird-op-linux-cc79ca691c292e9fd44f589c7940b9654e22f2f6.tar.gz blackbird-op-linux-cc79ca691c292e9fd44f589c7940b9654e22f2f6.zip |
irq_domain: Move irq_domain code from powerpc to kernel/irq
This patch only moves the code. It doesn't make any changes, and the
code is still only compiled for powerpc. Follow-on patches will generalize
the code for other architectures.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Milton Miller <miltonm@bga.com>
Tested-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 1919634a9b32..303703d716fe 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -135,6 +135,7 @@ config PPC select HAVE_GENERIC_HARDIRQS select HAVE_SPARSE_IRQ select IRQ_PER_CPU + select IRQ_DOMAIN select GENERIC_IRQ_SHOW select GENERIC_IRQ_SHOW_LEVEL select IRQ_FORCED_THREADING |