[PATCH v2 1/4] mm/page_alloc.c: cleanup obsolete KM_USER*

2015-05-04 Thread Anisse Astier
It's been five years now that KM_* kmap flags have been removed and that we can call clear_highpage from any context. So we remove prep_zero_pages accordingly. Signed-off-by: Anisse Astier --- mm/page_alloc.c | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git

[PATCH v2 1/4] mm/page_alloc.c: cleanup obsolete KM_USER*

2015-05-04 Thread Anisse Astier
It's been five years now that KM_* kmap flags have been removed and that we can call clear_highpage from any context. So we remove prep_zero_pages accordingly. Signed-off-by: Anisse Astier ani...@astier.eu --- mm/page_alloc.c | 17 ++--- 1 file changed, 2 insertions(+), 15