artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4e92e
)
Don't bother to initialize %g1; we don't do this on sparc either.
author
kettenis
<kettenis@openbsd.org>
Fri, 16 Jan 2015 20:17:07 +0000
(20:17 +0000)
committer
kettenis
<kettenis@openbsd.org>
Fri, 16 Jan 2015 20:17:07 +0000
(20:17 +0000)
ok miod@
sys/arch/solbourne/solbourne/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/solbourne/solbourne/machdep.c
b/sys/arch/solbourne/solbourne/machdep.c
index
b996b9b
..
cc6b2c4
100644
(file)
--- a/
sys/arch/solbourne/solbourne/machdep.c
+++ b/
sys/arch/solbourne/solbourne/machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: machdep.c,v 1.4
5 2014/12/10 15:29:53 mikeb Exp $
*/
+/* $OpenBSD: machdep.c,v 1.4
6 2015/01/16 20:17:07 kettenis Exp $
*/
/* OpenBSD: machdep.c,v 1.105 2005/04/11 15:13:01 deraadt Exp */
/*
@@
-261,7
+261,6
@@
setregs(p, pack, stack, retval)
bzero((caddr_t)tf, sizeof *tf);
tf->tf_psr = psr;
tf->tf_npc = pack->ep_entry & ~3;
- tf->tf_global[1] = (int)PS_STRINGS;
tf->tf_global[2] = tf->tf_global[7] = tf->tf_npc;
/* XXX exec of init(8) returns via proc_trampoline() */
if (p->p_pid == 1) {