]> git.baikalelectronics.ru Git - kernel.git/commit
x86: use remove_vm_are in ioremap_32 error path
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Jan 2008 12:34:05 +0000 (13:34 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:34:05 +0000 (13:34 +0100)
commit796728c66b5e729dd070c2b4431965665569e384
tree23a885cd5d8e0f58050550245bccc697a57c92cd
parent58b4adaf29eddef8eb06c5c908d1ba0c89867bd0
x86: use remove_vm_are in ioremap_32 error path

When ioremap_page_range fails, then we can use remove_vm_area instead
of vunmap safely.

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