projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c42797
)
nommu: Remove the memory_start/end variables from ARM page-nommu.h
author
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 24 Jul 2009 11:35:01 +0000
(12:35 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 24 Jul 2009 11:35:01 +0000
(12:35 +0100)
These variables do not seem to be used anywhere in the kernel.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/include/asm/page-nommu.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/page-nommu.h
b/arch/arm/include/asm/page-nommu.h
index 3574c0deb37fc34de5d4dd752e9cf30b2ef6305e..d1b162a18dcb16402cde824488047fcd2d708a98 100644
(file)
--- a/
arch/arm/include/asm/page-nommu.h
+++ b/
arch/arm/include/asm/page-nommu.h
@@
-43,7
+43,4
@@
typedef unsigned long pgprot_t;
#define __pmd(x) (x)
#define __pgprot(x) (x)
-extern unsigned long memory_start;
-extern unsigned long memory_end;
-
#endif