diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/alpha/locore.s | 7 |
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 */ |