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

2014-11-03 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. Based-on-patch-by: Stefan Bader Signed-off-by: Juergen Gross Reviewed-by: Thomas Gleixner --- arch/x86/include/asm/pat.h | 2 +-

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

2014-11-03 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. Based-on-patch-by: Stefan Bader stefan.ba...@canonical.com Signed-off-by: Juergen Gross jgr...@suse.com Reviewed-by: Thomas Gleixner