diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2002-01-08 06:46:01 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2002-01-08 06:46:01 +0000 |
| commit | 3273b0052350a01f85ee60a6a2e31adb31d4a5a6 (patch) | |
| tree | cfb201ced8b62b19c835d3f8f3b03333ffb1fc87 /sys/amd64 | |
| parent | 0f6f526c97808f8c40c7b0390fa746031ff838a6 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/acpica/acpi_wakeup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c index d77523674f44..8d16393b6f7f 100644 --- a/sys/amd64/acpica/acpi_wakeup.c +++ b/sys/amd64/acpica/acpi_wakeup.c @@ -61,7 +61,7 @@ extern void initializecpu(void); -struct region_descriptor r_idt, r_gdt, *p_gdt; +static struct region_descriptor r_idt, r_gdt, *p_gdt; static u_int16_t r_ldt; static u_int32_t r_eax, r_ebx, r_ecx, r_edx, r_ebp, r_esi, r_edi, |
