diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
commit | dcec8a13bf565e47942a1751a9cec21bec5648fe (patch) | |
tree | 548b69625b18cc2e88c3e68d0923be546c9ebb03 /arch/sparc64/vmlinux.lds | |
parent | 2e0f55e79c49509b7ff70ff1a10e1e9e90a3dfd4 (diff) |
o Merge with Linux 2.1.99.
o Fix ancient bug in the ELF loader making ldd crash.
o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
Diffstat (limited to 'arch/sparc64/vmlinux.lds')
-rw-r--r-- | arch/sparc64/vmlinux.lds | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc64/vmlinux.lds b/arch/sparc64/vmlinux.lds index 661acc098..d2c08f0fe 100644 --- a/arch/sparc64/vmlinux.lds +++ b/arch/sparc64/vmlinux.lds @@ -52,12 +52,9 @@ SECTIONS . += 8192; empty_bad_pte_table = .; . += 8192; - empty_bad_page = .; - . += 8192; . += 0x40; empty_null_pmd_table = .; . += 8192; - . += 0x40; empty_null_pte_table = .; . += 8192; } |