diff options
| author | 2008-03-11 09:47:28 -0700 | |
|---|---|---|
| committer | 2008-03-11 09:47:28 -0700 | |
| commit | baadac8b10c5ac15ce3d26b68fa266c8889b163f (patch) | |
| tree | 8ab1c758f8b2fe21351102d9845c0f8ec81a52cf /arch/x86/mm/ioremap.c | |
| parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel (diff) | |
| parent | x86: remove quicklists (diff) | |
| download | linux-dev-baadac8b10c5ac15ce3d26b68fa266c8889b163f.tar.xz linux-dev-baadac8b10c5ac15ce3d26b68fa266c8889b163f.zip | |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86:
x86: remove quicklists
x86: ia32 syscall restart fix
x86: ioremap, remove WARN_ON()
Diffstat (limited to 'arch/x86/mm/ioremap.c')
| -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 ac3c959e271d..8fe576baa148 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: |
