On Thursday, 6 of December 2007, Pavel Machek wrote: > > Old debugging hack sneaked back during x86 merge, this removes it.
Yeah, good catch, thanks. > Signed-off-by: Pavel Machek <[EMAIL PROTECTED]> Acked-by: Rafael J. Wysocki <[EMAIL PROTECTED]> > diff --git a/arch/x86/kernel/acpi/wakeup_32.S > b/arch/x86/kernel/acpi/wakeup_32.S > index a97313b..1e931aa 100644 > --- a/arch/x86/kernel/acpi/wakeup_32.S > +++ b/arch/x86/kernel/acpi/wakeup_32.S > @@ -35,10 +35,6 @@ wakeup_code: > wakeup_code_start = . > .code16 > > - movw $0xb800, %ax > - movw %ax,%fs > - movw $0x0e00 + 'L', %fs:(0x10) > - > cli > cld -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

