OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
462a2b5
)
score: remove redundant kcore_list entries
author
Kyle McMartin
<kyle@redhat.com>
Sat, 25 May 2013 16:54:08 +0000
(12:54 -0400)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 25 May 2013 17:27:27 +0000
(10:27 -0700)
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>
arch/score/mm/init.c
patch
|
blob
|
history
diff --git
a/arch/score/mm/init.c
b/arch/score/mm/init.c
index
d8f988a
..
0940682
100644
(file)
--- a/
arch/score/mm/init.c
+++ b/
arch/score/mm/init.c
@@
-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;