Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.
authorDavid Daney <ddaney@caviumnetworks.com>
Tue, 27 Jan 2009 17:53:21 +0000 (09:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 28 Jan 2009 00:06:49 +0000 (16:06 -0800)
commit1267a8df209c7453d65acbdd56e3588954bf890b
tree816732505914ba145fd3fba77c903ed4947c8701
parent40413dcb7b273bda681dca38e6ff0bbb3728ef11
Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.

In interrupt.h these functions are declared only if
CONFIG_GENERIC_HARDIRQS is set.  We should define them under identical
conditions.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/irq/manage.c