aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/acpi.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-06-12 15:42:09 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-06-12 15:42:09 +0100
commitd1318a44adf55fdc5609bf10a0076a81b4e96fb1 (patch)
tree6760c0809d6faf6f3167eeca036b6ef595cc0a31 /xen/include/xen/acpi.h
parent461990971f96763861501483b0316fb13b670fa4 (diff)
downloadxen-d1318a44adf55fdc5609bf10a0076a81b4e96fb1.tar.gz
xen-d1318a44adf55fdc5609bf10a0076a81b4e96fb1.tar.bz2
xen-d1318a44adf55fdc5609bf10a0076a81b4e96fb1.zip
[IA64] compilation fix caused by 17814:9af7a535225f
ia64 compliation fix caused by 17814:9af7a535225f. - generate_acpi_checksum() is replaced by acpi_tb_checksum() - move dump_execution_state() definitions from asm-ia64/xenprocessor.h to asm-ia64/bug.h Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Diffstat (limited to 'xen/include/xen/acpi.h')
-rw-r--r--xen/include/xen/acpi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/xen/acpi.h b/xen/include/xen/acpi.h
index faf1bfe2d6..e08a1a5612 100644
--- a/xen/include/xen/acpi.h
+++ b/xen/include/xen/acpi.h
@@ -295,7 +295,6 @@ int acpi_table_parse_madt(enum acpi_madt_type id, acpi_table_entry_handler handl
void acpi_table_print (struct acpi_table_header *header, unsigned long phys_addr);
void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);
void acpi_table_print_srat_entry (struct acpi_subtable_header *srat);
-uint8_t generate_acpi_checksum(void *tbl, unsigned long len);
/* the following four functions are architecture-dependent */
void acpi_numa_slit_init (struct acpi_table_slit *slit);