]> git.baikalelectronics.ru Git - kernel.git/commit
Partially revert patch that encloses asm-offset.h numbers in brackets
authorDavid Howells <dhowells@redhat.com>
Wed, 27 Oct 2010 16:28:32 +0000 (17:28 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 27 Oct 2010 16:28:32 +0000 (17:28 +0100)
commit909d8ba911482c6523ff2b26e72a2bceae2e93b9
tree92fe1c6b784d8c3f5a0f43b0f665ef7405d63eee
parent227b5623365884d6675c56b7a749431c1c22174b
Partially revert patch that encloses asm-offset.h numbers in brackets

Partially revert patch:

commit 499f69743ec2efc64a4b11832014ff04e0d6d7ee
Author: Jan Beulich <JBeulich@novell.com>
Date:   Tue Oct 19 14:52:26 2010 +0100
x86, asm: Fix CFI macro invocations to deal with shortcomings in gas

This breaks MN10300 arch as this changes many instances of instructions
similar to the following:

MOV number,D0

which represents an immediate value load into:

MOV (number),D0

which the assembler then interprets as a load from absolute address.

arch/mn10300/kernel/entry.S:64: Error: Invalid opcode/operands
arch/mn10300/kernel/entry.S:65: Error: junk at end of line, first unrecognized character is `0'
arch/mn10300/kernel/entry.S:74: Error: Invalid opcode/operands
arch/mn10300/kernel/entry.S:74: Error: junk at end of line, first unrecognized character is `1'
arch/mn10300/kernel/entry.S:75: Error: Invalid opcode/operands
arch/mn10300/kernel/entry.S:76: Error: junk at end of line, first unrecognized character is `0'

cc: Jan Beulich <jbeulich@novell.com>
cc: Alexander van Heukelum <heukelum@fastmail.fm>
cc: H. Peter Anvin <hpa@linux.intel.com>
cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: David Howells <dhowells@redhat.com>
Kbuild