]> git.baikalelectronics.ru Git - kernel.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)
commite11fadaabf10a15bcc05a528f36bf1b61ae42a03
tree4e1f4f057dfe89ea1941f03c040f61846a621d0d
parent3cb61ded8eaabc1b8a4503a46437a4d4b23b4aac
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: dfe5ac69a876ae5144854eeb006eb58abcdd449a
    x86: merge dwarf2 headers

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/dwarf2.h