[PATCH 08/17] x86: Use new cache mode type in mm/iomap_32.c

2014-10-31 Thread Juergen Gross
Instead of directly using the cache mode bits in the pte switch to using the cache mode type. This requires to change io_reserve_memtype() as well. Signed-off-by: Stefan Bader Signed-off-by: Juergen Gross --- arch/x86/include/asm/pat.h | 2 +- arch/x86/mm/iomap_32.c | 12 +++-

[PATCH 08/17] x86: Use new cache mode type in mm/iomap_32.c

2014-10-31 Thread Juergen Gross
Instead of directly using the cache mode bits in the pte switch to using the cache mode type. This requires to change io_reserve_memtype() as well. Signed-off-by: Stefan Bader stefan.ba...@canonical.com Signed-off-by: Juergen Gross jgr...@suse.com --- arch/x86/include/asm/pat.h | 2 +-