summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-06-15 09:59:27 +0000
committerpeter <peter@FreeBSD.org>2001-06-15 09:59:27 +0000
commit490a3f634c38c19e1b8fe456dffc51c06ae1c512 (patch)
treece8c7f3953467cc235948d30e1a89112a9396975 /sys/alpha
parent8f0d94555e84be17402aaf6bb57c28689a840cc9 (diff)
downloadFreeBSD-src-490a3f634c38c19e1b8fe456dffc51c06ae1c512.zip
FreeBSD-src-490a3f634c38c19e1b8fe456dffc51c06ae1c512.tar.gz
oops. prepare_usermode() died in August 2000 in the MI and x86 code.
Issue raised by: scottl
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/locore.s8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/alpha/alpha/locore.s b/sys/alpha/alpha/locore.s
index db13d52..8cf7213 100644
--- a/sys/alpha/alpha/locore.s
+++ b/sys/alpha/alpha/locore.s
@@ -315,14 +315,6 @@ LEAF(restorefpstate, 1)
RET
END(restorefpstate)
-/*
- * When starting init, call this to configure the process for user
- * mode. This will be inherited by other processes.
- */
- LEAF_NOPROFILE(prepare_usermode, 0)
- RET
- END(prepare_usermode)
-
.data
EXPORT(proc0paddr)
.quad 0
OpenPOWER on IntegriCloud