diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-11-21 15:11:32 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-21 15:12:28 +0100 |
commit | e8a0e27662186f8856a0a6242e7a8386c9a64a53 (patch) | |
tree | 96d84f4b24035294088f5a0045eee8927871edfc /arch/x86/include/asm/compat.h | |
parent | dcd072e26055de600cecdc3f7a1e083ecd55c2e4 (diff) | |
download | blackbird-op-linux-e8a0e27662186f8856a0a6242e7a8386c9a64a53.tar.gz blackbird-op-linux-e8a0e27662186f8856a0a6242e7a8386c9a64a53.zip |
x86: clean up after: move entry_64.S register saving out of the macros, fix
Impact: build fix
The break builds with older binutils (2.16.1):
arch/x86/kernel/entry_64.S: Assembler messages:
arch/x86/kernel/entry_64.S:282: Error: too many positional arguments
arch/x86/kernel/entry_64.S:283: Error: too many positional arguments
arch/x86/kernel/entry_64.S:284: Error: too many positional arguments
arch/x86/kernel/entry_64.S:285: Error: too many positional arguments
arch/x86/kernel/entry_64.S:286: Error: too many positional arguments
arch/x86/kernel/entry_64.S:287: Error: too many positional arguments
arch/x86/kernel/entry_64.S:288: Error: too many positional arguments
arch/x86/kernel/entry_64.S:289: Error: too many positional arguments
arch/x86/kernel/entry_64.S:290: Error: too many positional arguments
Took some time to figure out the detail that GAS chokes on: it's
negative offsets. Rearrange the calculations to make sure we never
go negative.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/compat.h')
0 files changed, 0 insertions, 0 deletions