aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/acpi/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/x86/acpi/lib.c')
-rw-r--r--xen/arch/x86/acpi/lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/acpi/lib.c b/xen/arch/x86/acpi/lib.c
index e8e69d1cb4..1f98c316c3 100644
--- a/xen/arch/x86/acpi/lib.c
+++ b/xen/arch/x86/acpi/lib.c
@@ -39,7 +39,7 @@ u32 __read_mostly x86_acpiid_to_apicid[MAX_MADT_ENTRIES] =
* from the fixed base. That's why we start at FIX_ACPI_END and
* count idx down while incrementing the phys address.
*/
-char *__acpi_map_table(unsigned long phys, unsigned long size)
+char *__acpi_map_table(paddr_t phys, unsigned long size)
{
unsigned long base, offset, mapped_size;
int idx;