Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/i386/acpica/acpi_wakecode.S 124051 2004-01-01 22:57:22Z njl $
---
> * $FreeBSD: head/sys/i386/acpica/acpi_wakecode.S 145397 2005-04-22 09:53:04Z iedowse $
33d32
< #include <machine/param.h>
35a35,36
> #include "assym.s"
>
102c103
< ljmpl $0x8,$0x12345678 /* Code location, to be replaced */
---
> ljmpl $KCSEL,$0x12345678 /* Code location, to be replaced */
114c115
< movw $0x10,%ax /* KDSEL to segment registers */
---
> movw $KDSEL,%ax /* KDSEL to segment registers */
119c120
< movw $0x18,%ax /* KPSEL to %fs */
---
> movw $KPSEL,%ax /* KPSEL to %fs */