Skip to content

Commit

Permalink
score: remove redundant kcore_list entries
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
jkkm authored and torvalds committed May 25, 2013
1 parent 462a2b5 commit 6b3f7b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/score/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
unsigned long empty_zero_page;
EXPORT_SYMBOL_GPL(empty_zero_page);

static struct kcore_list kcore_mem, kcore_vmalloc;

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

0 comments on commit 6b3f7b5

Please sign in to comment.