linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] old debugging hacks sneaked back
@ 2007-12-06  8:50 Pavel Machek
  2007-12-06 21:12 ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2007-12-06  8:50 UTC (permalink / raw)
  To: kernel list, Rafael J. Wysocki, Len Brown


Old debugging hack sneaked back during x86 merge, this removes it.

Signed-off-by: Pavel Machek <pavel@suse.cz>

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
 

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [patch] old debugging hacks sneaked back
  2007-12-06  8:50 [patch] old debugging hacks sneaked back Pavel Machek
@ 2007-12-06 21:12 ` Rafael J. Wysocki
  2007-12-06 21:24   ` Len Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Rafael J. Wysocki @ 2007-12-06 21:12 UTC (permalink / raw)
  To: Pavel Machek; +Cc: kernel list, Len Brown

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 <pavel@suse.cz>

Acked-by: Rafael J. Wysocki <rjw@sisk.pl>

> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch] old debugging hacks sneaked back
  2007-12-06 21:12 ` Rafael J. Wysocki
@ 2007-12-06 21:24   ` Len Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Len Brown @ 2007-12-06 21:24 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Pavel Machek, kernel list

applied.

thanks,
-len

On Thursday 06 December 2007 16:12, Rafael J. Wysocki wrote:
> 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 <pavel@suse.cz>
> 
> Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
> 
> > 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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-06 21:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-06  8:50 [patch] old debugging hacks sneaked back Pavel Machek
2007-12-06 21:12 ` Rafael J. Wysocki
2007-12-06 21:24   ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).