]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/kernel/acpi-ext.c
[IA64] find thread for user rbs address
[linux-2.6-omap-h63xx.git] / arch / ia64 / kernel / acpi-ext.c
index 2a1ef742e2239a3ea9ad7054c09a6be33c203fc9..b7515bc808a8d815708c45124661e94cc4d63286 100644 (file)
@@ -50,7 +50,7 @@ static acpi_status hp_ccsr_locate(acpi_handle obj, u64 *base, u64 *length)
        memcpy(length, vendor->byte_data + 8, sizeof(*length));
 
   exit:
-       acpi_os_free(buffer.pointer);
+       kfree(buffer.pointer);
        return status;
 }