X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fum%2Fkernel%2Fuml.lds.S;h=13df191e2b41e6b66fe6c3668b5daa689dada71a;hb=bb40784f4aeae7b9d70c49b422f78ffdfc539739;hp=81acdc24348ee7fbf3ca2a53032abd69315647e5;hpb=2cde4afacad1d66a129ad8787c01ce122382559a;p=linux-2.6 diff --git a/arch/um/kernel/uml.lds.S b/arch/um/kernel/uml.lds.S index 81acdc2434..13df191e2b 100644 --- a/arch/um/kernel/uml.lds.S +++ b/arch/um/kernel/uml.lds.S @@ -18,13 +18,6 @@ SECTIONS . = START + SIZEOF_HEADERS; -#ifdef MODE_TT - .remap_data : { UNMAP_PATH (.data .bss) } - .remap : { UNMAP_PATH (.text) } - - . = ALIGN(4096); /* Init code and data */ -#endif - _text = .; _stext = .; __init_begin = .;