2005-01-06 15:55:03

by Yoichi Yuasa

[permalink] [raw]
Subject: [PATCH 2.6.10-mm2] mips: remove duplicate _end entry

This patch had removed duplicate _end entry.

* removed _end in include/asm-mips/sections.h

Only 2.6.10-mm2 need this patch.

diff -urN -X dontdiff b-orig/include/asm-mips/sections.h b/include/asm-mips/sections.h
--- b-orig/include/asm-mips/sections.h Sat Dec 25 06:35:49 2004
+++ b/include/asm-mips/sections.h Thu Jan 6 23:18:24 2005
@@ -4,6 +4,5 @@
#include <asm-generic/sections.h>

extern char _fdata;
-extern char _end;

#endif /* _ASM_SECTIONS_H */