-
- Downloads
mm, arch: remove empty_bad_page*
empty_bad_page() and empty_bad_pte_table() seem to be relics from old days which is not used by any code for a long time. I have tried to find when exactly but this is not really all that straightforward due to many code movements - traces disappear around 2.4 times. Anyway no code really references neither empty_bad_page nor empty_bad_pte_table. We only allocate the storage which is not used by anybody so remove them. Link: http://lkml.kernel.org/r/20171004150045.30755-1-mhocko@kernel.org Signed-off-by:Michal Hocko <mhocko@suse.com> Acked-by:
Ralf Baechle <ralf@linus-mips.org> Acked-by:
Ingo Molnar <mingo@kernel.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: David Howells <dhowells@redhat.com> Cc: Rich Felker <dalias@libc.org> Cc: Jeff Dike <jdike@addtoit.com> Cc: Richard Weinberger <richard@nod.at> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- arch/frv/mm/init.c 0 additions, 14 deletionsarch/frv/mm/init.c
- arch/h8300/mm/init.c 0 additions, 13 deletionsarch/h8300/mm/init.c
- arch/mips/include/asm/pgtable-64.h 1 addition, 7 deletionsarch/mips/include/asm/pgtable-64.h
- arch/mn10300/kernel/head.S 0 additions, 8 deletionsarch/mn10300/kernel/head.S
- arch/sh/kernel/head_64.S 0 additions, 8 deletionsarch/sh/kernel/head_64.S
- arch/um/kernel/mem.c 0 additions, 3 deletionsarch/um/kernel/mem.c
- include/linux/page-flags.h 1 addition, 1 deletioninclude/linux/page-flags.h
Please register or sign in to comment