|
@@ -148,8 +148,7 @@ __ioremap_caller(phys_addr_t addr, unsigned long size, unsigned long flags,
|
|
|
* mem_init() sets high_memory so only do the check after that.
|
|
|
*/
|
|
|
if (slab_is_available() && (p < virt_to_phys(high_memory)) &&
|
|
|
- page_is_ram(__phys_to_pfn(p)) &&
|
|
|
- !(__allow_ioremap_reserved && memblock_is_region_reserved(p, size))) {
|
|
|
+ page_is_ram(__phys_to_pfn(p))) {
|
|
|
printk("__ioremap(): phys addr 0x%llx is RAM lr %ps\n",
|
|
|
(unsigned long long)p, __builtin_return_address(0));
|
|
|
return NULL;
|