Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

score: remove redundant kcore_list entries

kcore_vmalloc is in fs/proc/kcore.c and kcore_mem is unused across
the tree. Noticed while grepping the tree for some other kcore stuff.

(score looks pretty unmaintained to me.)

Signed-off-by: Kyle McMartin <kyle@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Kyle McMartin and committed by
Linus Torvalds
6b3f7b5c 462a2b58

-2
-2
arch/score/mm/init.c
··· 41 41 unsigned long empty_zero_page; 42 42 EXPORT_SYMBOL_GPL(empty_zero_page); 43 43 44 - static struct kcore_list kcore_mem, kcore_vmalloc; 45 - 46 44 static void setup_zero_page(void) 47 45 { 48 46 struct page *page;