Skip to content
Snippets Groups Projects
Commit 1d4c452a authored by Kyle McMartin's avatar Kyle McMartin
Browse files

[PARISC] Fix uniprocessor build by dummying smp_send_all_nop()


Since irq.c uses smp_send_all_nop, we must define it for UP builds
as well. Make it a static inline so it gets optimized away. This forces
irq.c to include <asm/smp.h> though.

Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent d911aed8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment