diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-30 21:52:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-30 21:52:50 +0000 |
commit | 9bebcfe960ad199afc860fbbefb3177ae0d005cd (patch) | |
tree | 259a73dd58a8718e4fd68b8c29a3b4c9660e7a93 /sys/arch | |
parent | ca73c23dad16957f0a0a986d97a7ad383e14b2c4 (diff) |
knf
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/sparc/machdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc/sparc/machdep.c b/sys/arch/sparc/sparc/machdep.c index c4fdc2e74d8..f8067b59510 100644 --- a/sys/arch/sparc/sparc/machdep.c +++ b/sys/arch/sparc/sparc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.99 2004/05/23 02:59:05 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.100 2004/05/30 21:52:49 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.85 1997/09/12 08:55:02 pk Exp $ */ /* @@ -353,7 +353,8 @@ setregs(p, pack, stack, retval) struct fpstate *fs; int psr; - /* Setup the process StackGhost cookie which will be XORed into + /* + * Setup the process StackGhost cookie which will be XORed into * the return pointer as register windows are over/underflowed */ p->p_addr->u_pcb.pcb_wcookie = arc4random(); @@ -373,7 +374,6 @@ setregs(p, pack, stack, retval) break; } - /* Don't allow misaligned code by default */ p->p_md.md_flags &= ~MDP_FIXALIGN; |