提交 fa8d9d74 编写于 作者: R Richard Weinberger 提交者: Jonas Bonn

OpenRISC: Remove memory_start/end prototypes

OpenRISC does not have global memory_start and memory_end
symbols.
The prototypes are in vain.
Signed-off-by: NRichard Weinberger <richard@nod.at>
Signed-off-by: NJonas Bonn <jonas@southpole.se>
上级 1bc0b9fd
......@@ -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__ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册