projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc0b9f
)
OpenRISC: Remove memory_start/end prototypes
author
Richard Weinberger
<richard@nod.at>
Fri, 2 Mar 2012 15:41:02 +0000
(16:41 +0100)
committer
Jonas Bonn
<jonas@southpole.se>
Tue, 6 Mar 2012 09:37:21 +0000
(10:37 +0100)
OpenRISC does not have global memory_start and memory_end
symbols.
The prototypes are in vain.
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
arch/openrisc/include/asm/page.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/openrisc/include/asm/page.h
b/arch/openrisc/include/asm/page.h
index c4ffaee5f9407afd378a1ef104082f876051fa8c..108906f991d6766c7ec9d9dd94e3ab3da1aec07c 100644
(file)
--- a/
arch/openrisc/include/asm/page.h
+++ b/
arch/openrisc/include/asm/page.h
@@
-71,9
+71,6
@@
typedef struct page *pgtable_t;
#define __pgd(x) ((pgd_t) { (x) })
#define __pgprot(x) ((pgprot_t) { (x) })
-extern unsigned long memory_start;
-extern unsigned long memory_end;
-
#endif /* !__ASSEMBLY__ */