]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6fb53bbb5f8f8bc1f49fc2035cb8992616dcd168
treef68ca5028631f6cb4fd37eb82366611238c2dec7
parent3af7177708446a521175851fc41b578b810e008e
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