Re: [PATCH V2 06/11] arch/kmap_atomic: Consolidate duplicate code
Looks good, Reviewed-by: Christoph Hellwig
[PATCH V2 06/11] arch/kmap_atomic: Consolidate duplicate code
From: Ira Weiny Every arch has the same code to ensure atomic operations and a check for !HIGHMEM page. Remove the duplicate code by defining a core kmap_atomic() which only calls the arch specific kmap_atomic_high() when the page is high memory. Signed-off-by: Ira Weiny --- Changes from V1: