1. 28 10月, 2010 2 次提交
    • S
      MN10300: BUG to BUG_ON changes · 292aa141
      Stoyan Gaydarov 提交于
      Signed-off-by: NStoyan Gaydarov <stoyboyker@gmail.com>
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      292aa141
    • D
      Partially revert patch that encloses asm-offset.h numbers in brackets · 95a2f6f7
      David Howells 提交于
      Partially revert patch:
      
      	commit 3234282f
      	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: NDavid Howells <dhowells@redhat.com>
      95a2f6f7
  2. 27 10月, 2010 38 次提交