diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-06 01:27:28 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 04:11:50 -0500 |
commit | 45fec05f805a113372c9a7ff4c653ac749f6921c (patch) | |
tree | 36fc99d10656775acb8e9442719447d64ac30a03 /arch/sparc64/kernel/vmlinux.lds.S | |
parent | 314981ac7177a933319e3c071a5cf0a579205e6e (diff) |
[SPARC64]: Sanitize %pstate writes for sun4v.
If we're just switching between different alternate global
sets, nop it out on sun4v. Also, get rid of all of the
alternate global save/restore in the OBP CIF trampoline code.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/sparc64/kernel/vmlinux.lds.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/vmlinux.lds.S b/arch/sparc64/kernel/vmlinux.lds.S index 482d1ed87f4d..686bf6b3b03f 100644 --- a/arch/sparc64/kernel/vmlinux.lds.S +++ b/arch/sparc64/kernel/vmlinux.lds.S | |||
@@ -80,6 +80,9 @@ SECTIONS | |||
80 | __gl_1insn_patch = .; | 80 | __gl_1insn_patch = .; |
81 | .gl_1insn_patch : { *(.gl_1insn_patch) } | 81 | .gl_1insn_patch : { *(.gl_1insn_patch) } |
82 | __gl_1insn_patch_end = .; | 82 | __gl_1insn_patch_end = .; |
83 | __gl_2insn_patch = .; | ||
84 | .gl_2insn_patch : { *(.gl_2insn_patch) } | ||
85 | __gl_2insn_patch_end = .; | ||
83 | . = ALIGN(8192); | 86 | . = ALIGN(8192); |
84 | __initramfs_start = .; | 87 | __initramfs_start = .; |
85 | .init.ramfs : { *(.init.ramfs) } | 88 | .init.ramfs : { *(.init.ramfs) } |