patch-2.3.23 linux/include/linux/acpi.h
Next file: linux/include/linux/bigmem.h
Previous file: linux/include/asm-sh/unistd.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Wed Oct 20 17:56:58 1999
- Orig file:
v2.3.22/linux/include/linux/acpi.h
- Orig date:
Sat Oct 9 11:47:50 1999
diff -u --recursive --new-file v2.3.22/linux/include/linux/acpi.h linux/include/linux/acpi.h
@@ -28,8 +28,8 @@
#define ACPI_MINOR_DEV 167
/* RSDP location */
-#define ACPI_BIOS_ROM_BASE ((__u8*) 0xe0000)
-#define ACPI_BIOS_ROM_END ((__u8*) 0x100000)
+#define ACPI_BIOS_ROM_BASE (0x0e0000)
+#define ACPI_BIOS_ROM_END (0x100000)
/* Table signatures */
#define ACPI_RSDP1_SIG 0x20445352 /* 'RSD ' */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)