diff options
author | 2008-07-14 21:36:13 -0300 | |
---|---|---|
committer | 2008-07-15 15:30:29 +0200 | |
commit | 3f1c38723eb467d34d704d0ee6e7b796ba4981ee (patch) | |
tree | 4e1f4f057dfe89ea1941f03c040f61846a621d0d /mm/mm_init.c | |
parent | Documentation: document debugpat commandline option (diff) | |
download | wireguard-linux-3f1c38723eb467d34d704d0ee6e7b796ba4981ee.tar.xz wireguard-linux-3f1c38723eb467d34d704d0ee6e7b796ba4981ee.zip |
x86: Fix compile error with CONFIG_AS_CFI=n
AS arch/x86/lib/csum-copy_64.o
arch/x86/lib/csum-copy_64.S: Assembler messages:
arch/x86/lib/csum-copy_64.S:48: Error: Macro `ignore' was already defined
make[1]: *** [arch/x86/lib/csum-copy_64.o] Error 1
make: *** [arch/x86/lib] Error 2
It appears that csum-copy_64.S and dwarf2.h both define an ignore macro.
I would expect one of them can be renamed quite easily, unless they
are references elsewhere.
Caused-by-commit: 392a0fc96bd059b38564f5f8fb58327460cb5a9d
x86: merge dwarf2 headers
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'mm/mm_init.c')
0 files changed, 0 insertions, 0 deletions