diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-17 21:29:46 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 21:39:19 (GMT) |
commit | 8dfd588c3180b7403c402b4545164ee4543f8f86 (patch) | |
tree | 9bd261e2b78f20ea852f60ee1a13f57cff51cdae /drivers/telephony/ixj.c | |
parent | 44052e0d91757ecac4a2f659ea3e1a658dd6057e (diff) | |
download | linux-fsl-qoriq-8dfd588c3180b7403c402b4545164ee4543f8f86.tar.xz |
smp_call_function_single() should be a macro on UP
... or we end up with header include order problems from hell.
E.g. on m68k this is 100% fatal - local_irq_enable() there
wants preempt_count(), which wants task_struct fields, which
we won't have when we are in smp.h pulled from sched.h.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/telephony/ixj.c')
0 files changed, 0 insertions, 0 deletions