]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: Fix compile error with CONFIG_AS_CFI=n
authorKevin Winchester <kjwinchester@gmail.com>
Tue, 15 Jul 2008 00:36:13 +0000 (21:36 -0300)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Jul 2008 13:30:29 +0000 (15:30 +0200)
commit3f1c38723eb467d34d704d0ee6e7b796ba4981ee
tree4e1f4f057dfe89ea1941f03c040f61846a621d0d
parentd3af01f18bf18e9b2a95711894fc239daeab5e2e
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>
include/asm-x86/dwarf2.h