x86: ioremap remove the range check of cpa
authorThomas Gleixner <tglx@linutronix.de>
Mon, 4 Feb 2008 15:48:05 +0000 (16:48 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 4 Feb 2008 15:48:05 +0000 (16:48 +0100)
commit75ab43bfce51085ffd627c470f48ae49ba6e6da3
treef68ca5028631f6cb4fd37eb82366611238c2dec7
parente66aadbe6cb90813b3bbf07e3bc2a6aedcef7cd1
x86: ioremap remove the range check of cpa

Now that cpa works on non-direct mappings as well, we can safely
remove the range check in ioremap_change_attr().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/ioremap.c