X-Git-Url: http://git.agner.ch/gitweb/?a=blobdiff_plain;f=arch%2Fum%2Finclude%2Fshared%2Fas-layout.h;h=41c8c774ec1037ef6a64a34841729cd8c1c07f49;hb=5d5119a476f77b57381ddd66d4f7034a5447480b;hp=694c792bab4ec71b0829c110e59c6d774ec6223f;hpb=818b930bc15077fc00ff16bb22c5df1857f05afa;p=linux-drm-fsl-dcu.git diff --git a/arch/um/include/shared/as-layout.h b/arch/um/include/shared/as-layout.h index 694c792bab4e..41c8c774ec10 100644 --- a/arch/um/include/shared/as-layout.h +++ b/arch/um/include/shared/as-layout.h @@ -44,7 +44,6 @@ struct cpu_task { extern struct cpu_task cpu_tasks[]; -extern unsigned long low_physmem; extern unsigned long high_physmem; extern unsigned long uml_physmem; extern unsigned long uml_reserved; @@ -52,8 +51,6 @@ extern unsigned long end_vm; extern unsigned long start_vm; extern unsigned long long highmem; -extern unsigned long _stext, _etext, _sdata, _edata, __bss_start, _end; -extern unsigned long _unprotected_end; extern unsigned long brk_start; extern unsigned long host_task_size;