summaryrefslogtreecommitdiffstats
path: root/arch/mips/ld.script.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-03-24 03:10:57 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-03-24 03:10:57 +0000
commit93f107ba6cceee2c35d207349976936da48393bc (patch)
treec33ea3d9e7e92245d6593b694cb514c8db5ff05d /arch/mips/ld.script.in
parentf79c44e04169d10b07b53d4a524c8c41ea5504d5 (diff)
Add code to support the SB1 core, including mmu routines, processor
detection. This also tweaks cpu_probe() to use bits 15:8 of PRId as a company ID, as per the mips32/mips64 specs, and use bits 7:0 as the processor ID within the company. Patch from Justin with mods and some additional bits by me.
Diffstat (limited to 'arch/mips/ld.script.in')
-rw-r--r--arch/mips/ld.script.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ld.script.in b/arch/mips/ld.script.in
index 94b465b33..787c96d7a 100644
--- a/arch/mips/ld.script.in
+++ b/arch/mips/ld.script.in
@@ -91,6 +91,7 @@ SECTIONS
can access them all, and initialized data all before uninitialized, so
we can shorten the on-disk segment size. */
.sdata : { *(.sdata) }
+ . = ALIGN(4);
_edata = .;
PROVIDE (edata = .);