From ad29dfa736ebc9b77dd1656728ff76f5e37f923a Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Mon, 6 Feb 2006 23:12:10 +0000 Subject: fix a typo so this will compile on amd64. --- sys/dev/acpi/acpi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/acpi') diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c index 6f88988940a..144beab8c27 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi.c,v 1.25 2006/02/04 00:18:27 marco Exp $ */ +/* $OpenBSD: acpi.c,v 1.26 2006/02/06 23:12:09 brad Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert * Copyright (c) 2005 Jordan Hargrave @@ -90,7 +90,7 @@ int acpi_s5, acpi_evindex, icount; #define acpi_bus_space_unmap _bus_space_unmap #elif defined(__amd64__) #define acpi_bus_space_map _x86_memio_map -#define acpi_bus_space_unmap _x86_memiu_unmap +#define acpi_bus_space_unmap _x86_memio_unmap #else #error ACPI supported on i386/amd64 only #endif -- cgit v1.2.3