On Thu, 2014-01-30 at 10:09 +0100, Ingo Molnar wrote: > > This broke the build though: > > arch/x86/boot/compressed/../cpuflags.c: Assembler messages: > arch/x86/boot/compressed/../cpuflags.c:35: Error: invalid instruction > suffix for `pushf'
Ah, that only happens with CONFIG_RANDOMIZE_BASE, so I missed the fact that 64-bit code was using the *same* inline asm. Sorry. That 'pushfl' really does want to be 'pushfq' for the 64-bit version. I'll look at how best to make it do the right thing... -- David Woodhouse Open Source Technology Centre [email protected] Intel Corporation
smime.p7s
Description: S/MIME cryptographic signature

