aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2002-01-08 06:46:01 +0000
committerMike Smith <msmith@FreeBSD.org>2002-01-08 06:46:01 +0000
commit3273b0052350a01f85ee60a6a2e31adb31d4a5a6 (patch)
treecfb201ced8b62b19c835d3f8f3b03333ffb1fc87 /sys/amd64
parent0f6f526c97808f8c40c7b0390fa746031ff838a6 (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/acpica/acpi_wakeup.c2
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,