commit | f4d2897b930cb546d435f64fd4b74ea5d1223dff | [log] [tgz] |
---|---|---|
author | Anisse Astier <anisse@astier.eu> | Wed Jun 24 16:56:36 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 24 17:49:42 2015 -0700 |
tree | e3a8aa330d6cb5fc4acdc1eef455b0bb26779c63 | |
parent | c761471b58e6138938ebc6eafec20b2f60cb3397 [diff] |
mm/page_alloc.c: cleanup obsolete KM_USER* 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 <anisse@astier.eu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>