tile: Remove tile-specific _sinitdata and _einitdata

Use standard __init_begin and __init_end instead.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
This commit is contained in:
Geert Uytterhoeven
2013-11-12 20:42:20 +01:00
committed by Chris Metcalf
부모 367b9380b1
커밋 454ac3ec3f
3개의 변경된 파일6개의 추가작업 그리고 11개의 파일을 삭제

파일 보기

@@ -19,9 +19,6 @@
#include <asm-generic/sections.h>
/* Text and data are at different areas in the kernel VA space. */
extern char _sinitdata[], _einitdata[];
/* Write-once data is writable only till the end of initialization. */
extern char __w1data_begin[], __w1data_end[];