diff options
| author | Luck, Tony <[email protected]> | 2012-03-29 20:35:22 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-03-29 21:16:06 +0000 |
| commit | 93f378883cecb9dcb2cf5b51d9d24175906659da (patch) | |
| tree | 42e794ea347b67b1bdc238aa61efb198e48e0340 /lib/string_helpers.c | |
| parent | Merge branch 'irqdomain/merge' of git://git.secretlab.ca/git/linux-2.6 (diff) | |
| download | kernel-93f378883cecb9dcb2cf5b51d9d24175906659da.tar.gz kernel-93f378883cecb9dcb2cf5b51d9d24175906659da.zip | |
Fix ia64 build errors (fallout from system.h disintegration)
Fix this build error on ia64:
In file included from include/linux/sched.h:92,
from arch/ia64/kernel/asm-offsets.c:9:
include/linux/llist.h:59:25: error: asm/cmpxchg.h: No such file or directory
make[1]: *** [arch/ia64/kernel/asm-offsets.s] Error 1
Right now we don't seem to need any actual contents for the
asm/cmpxchg.h to make the build work ... so leave the migration of
xchg() and cmpxchg() to this new header file for a future patch.
Also process.c needs <asm/switch_to.h> (for definition of pfm_syst_info).
Signed-off-by: Tony Luck <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions
