diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-02-26 09:30:32 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-03-11 17:11:54 +0100 |
commit | 9a46d7e5b63903a70cd96c2c1391a7a26a8dbec9 (patch) | |
tree | 4a9aa8ea84f0de0e1922c17e715ffc783db0d8b4 /arch/x86/mm | |
parent | 2f44bbb495dd3e6d0209eff2257438ab9c570e5b (diff) |
x86: ioremap, remove WARN_ON()
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mm')
-rw-r--r-- | arch/x86/mm/ioremap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c index ac3c959e271..8fe576baa14 100644 --- a/arch/x86/mm/ioremap.c +++ b/arch/x86/mm/ioremap.c @@ -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: |