summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/alpha/locore.s8
-rw-r--r--sys/ia64/ia64/locore.S7
-rw-r--r--sys/ia64/ia64/locore.s7
3 files changed, 0 insertions, 22 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
diff --git a/sys/ia64/ia64/locore.S b/sys/ia64/ia64/locore.S
index 313d95e..66e9fcf 100644
--- a/sys/ia64/ia64/locore.S
+++ b/sys/ia64/ia64/locore.S
@@ -184,13 +184,6 @@ XENTRY(esigcode)
.quad esigcode-sigcode
.text
-/*
- * When starting init, call this to configure the process for user
- * mode. This will be inherited by other processes.
- */
- ENTRY_NOPROFILE(prepare_usermode, 0)
- END(prepare_usermode)
-
.data
EXPORT(proc0paddr)
.quad 0
diff --git a/sys/ia64/ia64/locore.s b/sys/ia64/ia64/locore.s
index 313d95e..66e9fcf 100644
--- a/sys/ia64/ia64/locore.s
+++ b/sys/ia64/ia64/locore.s
@@ -184,13 +184,6 @@ XENTRY(esigcode)
.quad esigcode-sigcode
.text
-/*
- * When starting init, call this to configure the process for user
- * mode. This will be inherited by other processes.
- */
- ENTRY_NOPROFILE(prepare_usermode, 0)
- END(prepare_usermode)
-
.data
EXPORT(proc0paddr)
.quad 0
OpenPOWER on IntegriCloud