Message ID | 1281963552.2793.3.camel@hornet.cambridge.arm.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Tomi Valkeinen |
Headers | show |
diff --git a/arch/arm/mm/ioremap.c b/arch/arm/mm/ioremap.c index ab50627..0875b2d 100644 --- a/arch/arm/mm/ioremap.c +++ b/arch/arm/mm/ioremap.c @@ -204,8 +204,8 @@ void __iomem * __arm_ioremap_pfn_caller(unsigned long pfn, /* * Don't allow RAM to be mapped - this causes problems with ARMv6+ */ - if (WARN_ON(pfn_valid(pfn))) - return NULL; +// if (WARN_ON(pfn_valid(pfn))) +// return NULL; type = get_mem_type(mtype); if (!type)