Re: [PATCH] x86: merge asm-x86/alternative.h

2008-01-17 Thread Kyle McMartin
On Fri, Jan 18, 2008 at 12:02:05AM -0500, H. Peter Anvin wrote: > Meh. Waste of my time, you've already done it, but the patch wasn't on linux-kernel, so I didn't notice. --Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED

Re: [PATCH] x86: merge asm-x86/alternative.h

2008-01-17 Thread H. Peter Anvin
Kyle McMartin wrote: Straightforward merge. Kind of a pity that gas doesn't really have the concept of a "long" (long is 4-bytes for some reason.) Nor is it able to pad to a non-power of two boundary (for struct alignment) to get rid of the struct alt_instr padding. Build tested on i386, i386 wi

[PATCH] x86: merge asm-x86/alternative.h

2008-01-17 Thread Kyle McMartin
Straightforward merge. Kind of a pity that gas doesn't really have the concept of a "long" (long is 4-bytes for some reason.) Nor is it able to pad to a non-power of two boundary (for struct alignment) to get rid of the struct alt_instr padding. Build tested on i386, i386 with lguest & xen paravir