commit | 1267a8df209c7453d65acbdd56e3588954bf890b | [log] [tgz] |
---|---|---|
author | David Daney <ddaney@caviumnetworks.com> | Tue Jan 27 09:53:21 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 27 16:06:49 2009 -0800 |
tree | 816732505914ba145fd3fba77c903ed4947c8701 | |
parent | 40413dcb7b273bda681dca38e6ff0bbb3728ef11 [diff] |
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>