diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-03-21 22:23:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-03-21 22:23:04 +0000 |
commit | 70c8d08a8776398fa60277c37a517ea668380999 (patch) | |
tree | f04006ad3f54b2fa6a0ba590fdaffef18e2d55ad /sys/arch/sparc64 | |
parent | f1e8af29d3da56a6c159f86f921bdbd4a6d0532d (diff) |
Remove some left over debugging code, shaving off two instructions from
sun4v_datatrap.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index 9189c8b184b..dd8f365738e 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.159 2009/08/28 13:04:40 jsing Exp $ */ +/* $OpenBSD: locore.s,v 1.160 2010/03/21 22:23:03 kettenis Exp $ */ /* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */ /* @@ -3328,8 +3328,6 @@ sun4v_datatrap: ldxa [%g1] ASI_PHYS_CACHED, %g1 add %g3, 0x50, %g2 ldxa [%g2] ASI_PHYS_CACHED, %g2 - add %g3, 0x60, %g4 - stxa %sp, [%g4] ASI_PHYS_CACHED TRAP_SETUP -CC64FSZ-TF_SIZE or %g1, %g2, %o3 |