]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - arch/x86/mm/ioremap.c
x86: ioremap, remove WARN_ON()
[linux-2.6.git] / arch / x86 / mm / ioremap.c
index ac3c959e271d2e6e4f16875f0c20b6f792bb8c88..8fe576baa14870c225f00606c84967d2941defe8 100644 (file)
@@ -134,8 +134,6 @@ static void __iomem *__ioremap(unsigned long phys_addr, unsigned long size,
                        return NULL;
        }
 
-       WARN_ON_ONCE(page_is_ram(pfn));
-
        switch (mode) {
        case IOR_MODE_UNCACHED:
        default: