summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-06-16 22:07:32 +0000
committerpeter <peter@FreeBSD.org>2001-06-16 22:07:32 +0000
commite3c015c7bb30e37b8baa372735c845822263fc52 (patch)
treea60678afd85eeaa7dcf02cdb1686c70debf9473f /sys
parent6008da3fbddb216d3541cd3009f46682bc24b6af (diff)
downloadFreeBSD-src-e3c015c7bb30e37b8baa372735c845822263fc52.zip
FreeBSD-src-e3c015c7bb30e37b8baa372735c845822263fc52.tar.gz
Clean up some junk. The bogus trapframe on the stack was removed from the
MI code in August 2000 elsewhere.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/alpha/locore.s7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/alpha/alpha/locore.s b/sys/alpha/alpha/locore.s
index 8cf7213..f054408 100644
--- a/sys/alpha/alpha/locore.s
+++ b/sys/alpha/alpha/locore.s
@@ -128,13 +128,6 @@
call_pal PAL_OSF1_tbi
call_pal PAL_imb
- /*
- * Construct a fake trap frame, so execve() can work normally.
- * Note that setregs() is responsible for setting its contents
- * to 'reasonable' values.
- */
- lda sp,-288(sp) /* space for struct trapframe */
- mov sp, a0 /* arg is frame ptr */
CALL(mi_startup) /* go to mi_startup()! */
/* NOTREACHED */
OpenPOWER on IntegriCloud