Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b3f7b5c authored by Kyle McMartin's avatar Kyle McMartin Committed by Linus Torvalds
Browse files

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: default avatarKyle McMartin <kyle@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 462a2b58
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -41,8 +41,6 @@
unsigned long empty_zero_page;
unsigned long empty_zero_page;
EXPORT_SYMBOL_GPL(empty_zero_page);
EXPORT_SYMBOL_GPL(empty_zero_page);


static struct kcore_list kcore_mem, kcore_vmalloc;

static void setup_zero_page(void)
static void setup_zero_page(void)
{
{
	struct page *page;
	struct page *page;