diff options
author | Ralf Baechle <[email protected]> | 2007-10-16 23:30:21 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2007-10-17 08:43:00 -0700 |
commit | 28e3fed8b79c76450f264e77c58d0f5fbd2dd739 (patch) | |
tree | 3e1b2f8e5a5f9f15fdaae2a307eead82e38c450c /lib/parser.c | |
parent | b4471cbb09c4694e54092d02715c09fda2eb45ed (diff) |
Compile handle_percpu_irq even for uniprocessor kernels
Compiling handle_percpu_irq only on uniprocessor generates an artificial
special case so a typical use like:
set_irq_chip_and_handler(irq, &some_irq_type, handle_percpu_irq);
needs to be conditionally compiled only on SMP systems as well and an
alternative UP construct is usually needed - for no good reason.
This fixes uniprocessor configurations for some MIPS SMP systems.
Signed-off-by: Ralf Baechle <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/parser.c')
0 files changed, 0 insertions, 0 deletions