diff options
author | 2008-07-10 12:52:52 -0700 | |
---|---|---|
committer | 2008-07-10 21:55:59 +0200 | |
commit | 27cb0a75ba252ea7294d67232c4bbbac3f2b2656 (patch) | |
tree | 3a72fbafa37e6222f3bdade4ca7bfdaaab300c35 /include/linux/kernel.h | |
parent | x86: remove duplicate call to use_tsc_delay (diff) | |
download | wireguard-linux-27cb0a75ba252ea7294d67232c4bbbac3f2b2656.tar.xz wireguard-linux-27cb0a75ba252ea7294d67232c4bbbac3f2b2656.zip |
x86: fix compile error in current tip.git
Gas 2.15 complains about 32-bit registers being used in lea.
AS arch/x86/lib/copy_user_64.o
/local/scratch-2/jeremy/hg/xen/paravirt/linux/arch/x86/lib/copy_user_64.S: Assembler messages:
/local/scratch-2/jeremy/hg/xen/paravirt/linux/arch/x86/lib/copy_user_64.S:188: Error: `(%edx,%ecx,8)' is not a valid 64 bit base/index expression
/local/scratch-2/jeremy/hg/xen/paravirt/linux/arch/x86/lib/copy_user_64.S:257: Error: `(%edx,%ecx,8)' is not a valid 64 bit base/index expression
AS arch/x86/lib/copy_user_nocache_64.o
/local/scratch-2/jeremy/hg/xen/paravirt/linux/arch/x86/lib/copy_user_nocache_64.S: Assembler messages:
/local/scratch-2/jeremy/hg/xen/paravirt/linux/arch/x86/lib/copy_user_nocache_64.S:107: Error: `(%edx,%ecx,8)' is not a valid 64 bit base/index expression
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Vitaly Mayatskikh <v.mayatskih@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions