OpenRISC does not have global memory_start and memory_end symbols. The prototypes are in vain.
Signed-off-by: Richard Weinberger <[email protected]> --- arch/openrisc/include/asm/page.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/openrisc/include/asm/page.h b/arch/openrisc/include/asm/page.h index c4ffaee..108906f 100644 --- 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__ */ -- 1.7.7.3 _______________________________________________ Linux mailing list [email protected] http://lists.openrisc.net/listinfo/linux
