commit | 8ec4d41f88872e6a5980558e362c0174dce54e40 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@suse.de> | Sat Jul 01 04:36:18 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Jul 01 09:56:02 2006 -0700 |
tree | f02eaf6b61832ded30bc19bd8e5d8494d91f8bc6 | |
parent | 27b678dd04a636f2c351816f4b3042c8815d4e9d [diff] |
[PATCH] SMP alternatives: skip with UP kernels Hide the magic in alternative.h and provide some dummy inline functions for the UP case (gcc should manage to optimize away these calls). No changes in module.c. Cc: Dave Jones <davej@codemonkey.org.uk> Cc: Andi Kleen <ak@muc.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>