1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/i386/acpica
Craig Rodrigues a9d726bd18 Rename variables:
r_gdt -> saved_gdt
r_idt -> saved_idt
r_ldt -> saved_ldt

in order to prevent clashes with variables with same names
defined in <machine/segments.h>.  This fixes compilation of this
file with GCC 4.0.

Reviewed by:	njl
2005-08-18 00:28:25 +00:00
..
acpi_machdep.c Rewrite the acpi_battery interface to allow for other battery types 2005-07-23 19:36:00 +00:00
acpi_wakecode.S Pick up the selectors to use for various kernel segments from assym.s 2005-04-22 09:53:04 +00:00
acpi_wakeup.c Rename variables: 2005-08-18 00:28:25 +00:00
genwakecode.sh Only export defined symbols. Note that I couldn't find any difference 2004-12-12 06:59:14 +00:00
madt.c Remove support for mixed mode altogether now that we no longer use IRQ 0 2005-04-14 17:59:58 +00:00
Makefile
OsdEnvironment.c