[PATCH RT 1/4] x86/32: Use kmap switch for non highmem as well

2013-02-18 Thread Steven Rostedt
From: Thomas Gleixner Even with CONFIG_HIGHMEM=n we need to take care of the "atomic" mappings which are installed via iomap_atomic. Signed-off-by: Thomas Gleixner Cc: stable...@vger.kernel.org Signed-off-by: Steven Rostedt --- arch/x86/kernel/process_32.c |2 +- include/linux/sched.h

[PATCH RT 1/4] x86/32: Use kmap switch for non highmem as well

2013-02-18 Thread Steven Rostedt
From: Thomas Gleixner t...@linutronix.de Even with CONFIG_HIGHMEM=n we need to take care of the atomic mappings which are installed via iomap_atomic. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: stable...@vger.kernel.org Signed-off-by: Steven Rostedt rost...@goodmis.org ---