This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / arch / i386 / kernel / acpi / boot.c
index e54aefa..a85d8f7 100644 (file)
@@ -484,7 +484,7 @@ acpi_scan_rsdp (
         * RSDP signature.
         */
        for (offset = 0; offset < length; offset += 16) {
-               if (strncmp((char *) (start + offset), "RSD PTR ", sig_len))
+               if (strncmp((char *) __va(start + offset), "RSD PTR ", sig_len))
                        continue;
                return (start + offset);
        }