projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da48c0
)
m68knommu: remove extern declarations of memory_start/memory_end from mm/init
author
Greg Ungerer
<gerg@uclinux.org>
Tue, 23 Aug 2011 05:24:25 +0000
(15:24 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Tue, 18 Oct 2011 04:22:26 +0000
(14:22 +1000)
We do not need to have local extern declarations of memory_start and
memory_end in mm/init_no.c. There are declarations already in asm/page_no.h.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/mm/init_no.c
patch
|
blob
|
history
diff --git
a/arch/m68k/mm/init_no.c
b/arch/m68k/mm/init_no.c
index
66512da
..
3cf5a50
100644
(file)
--- a/
arch/m68k/mm/init_no.c
+++ b/
arch/m68k/mm/init_no.c
@@
-45,9
+45,6
@@
*/
void *empty_zero_page;
-extern unsigned long memory_start;
-extern unsigned long memory_end;
-
/*
* paging_init() continues the virtual memory environment setup which
* was begun by the code in arch/head.S.