From 0b458b74b37122bfbed9ecdd1234d17b7a4df612 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Fri, 4 Jul 2008 10:00:00 -0700 Subject: [PATCH] --- yaml --- r: 98711 b: refs/heads/master c: 51597acfd3c09073aeea94a0e6f76a931f8c22d2 h: refs/heads/master i: 98709: 598f2a36d3d89ce210576ae8f22e89a539366151 98707: 5fd84c3c9c2f7c6798e5412994285d5a96a341a0 98703: e4344dc8a12cb9d2b2989a536e47df5673fccbdc v: v3 --- [refs] | 2 +- trunk/arch/alpha/kernel/vmlinux.lds.S | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 3efdc100c291..3bc5dcf46441 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1209726ce942047c9fefe7cd427dc36f8e9ded53 +refs/heads/master: 51597acfd3c09073aeea94a0e6f76a931f8c22d2 diff --git a/trunk/arch/alpha/kernel/vmlinux.lds.S b/trunk/arch/alpha/kernel/vmlinux.lds.S index f13249be17c5..ef37fc1acaea 100644 --- a/trunk/arch/alpha/kernel/vmlinux.lds.S +++ b/trunk/arch/alpha/kernel/vmlinux.lds.S @@ -25,6 +25,13 @@ SECTIONS } :kernel _etext = .; /* End of text section */ + NOTES :kernel :note + .dummy : { + *(.dummy) + } :kernel + + RODATA + /* Exception table */ . = ALIGN(16); __ex_table : { @@ -33,13 +40,6 @@ SECTIONS __stop___ex_table = .; } - NOTES :kernel :note - .dummy : { - *(.dummy) - } :kernel - - RODATA - /* Will be freed after init */ . = ALIGN(PAGE_SIZE); /* Init code and data */