Deleted Added
full compact
acpi_wakecode.S (115681) acpi_wakecode.S (119530)
1/*-
2 * Copyright (c) 2001 Takanori Watanabe <takawata@jp.freebsd.org>
3 * Copyright (c) 2001 Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 12 unchanged lines hidden (view full) ---

21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27
28#include <machine/asm.h>
1/*-
2 * Copyright (c) 2001 Takanori Watanabe <takawata@jp.freebsd.org>
3 * Copyright (c) 2001 Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 12 unchanged lines hidden (view full) ---

21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27
28#include <machine/asm.h>
29__FBSDID("$FreeBSD: head/sys/i386/acpica/acpi_wakecode.S 115681 2003-06-02 06:16:45Z obrien $");
29__FBSDID("$FreeBSD: head/sys/i386/acpica/acpi_wakecode.S 119530 2003-08-28 16:26:24Z njl $");
30
31#define LOCORE
32
33#include <machine/specialreg.h>
34
35 .align 4
36 .code16
37wakeup_16:

--- 173 unchanged lines hidden (view full) ---

211 .long 0
212where_to_recover: .long 0
213previous_ds: .word 0
214previous_es: .word 0
215previous_fs: .word 0
216previous_gs: .word 0
217previous_ss: .word 0
218dummy: .word 0
30
31#define LOCORE
32
33#include <machine/specialreg.h>
34
35 .align 4
36 .code16
37wakeup_16:

--- 173 unchanged lines hidden (view full) ---

211 .long 0
212where_to_recover: .long 0
213previous_ds: .word 0
214previous_es: .word 0
215previous_fs: .word 0
216previous_gs: .word 0
217previous_ss: .word 0
218dummy: .word 0
219