summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/swtch.S
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-03-12 18:10:01 +0000
committerjmallett <jmallett@FreeBSD.org>2012-03-12 18:10:01 +0000
commit89dc636733d07508428d015c5099c0c98a11e8b8 (patch)
tree80783d37a198aedbf86f708087bdde62316a29bd /sys/mips/mips/swtch.S
parent39ac3b03fda114711d0b1c29054d0fd15f552dde (diff)
downloadFreeBSD-src-89dc636733d07508428d015c5099c0c98a11e8b8.zip
FreeBSD-src-89dc636733d07508428d015c5099c0c98a11e8b8.tar.gz
Remove more unused stuff, primarily a set of (unused, thankfully) PIO
functions. Adjust nearby style of one assembly function END().
Diffstat (limited to 'sys/mips/mips/swtch.S')
-rw-r--r--sys/mips/mips/swtch.S10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/mips/mips/swtch.S b/sys/mips/mips/swtch.S
index e18f412..8c43f24 100644
--- a/sys/mips/mips/swtch.S
+++ b/sys/mips/mips/swtch.S
@@ -608,16 +608,6 @@ LEAF(MipsSaveCurFPState)
END(MipsSaveCurFPState)
/*
- * When starting init, call this to configure the process for user
- * mode. This will be inherited by other processes.
- */
-LEAF_NOPROFILE(prepare_usermode)
- j ra
- nop
-END(prepare_usermode)
-
-
-/*
* This code is copied the user's stack for returning from signal handlers
* (see sendsig() and sigreturn()). We have to compute the address
* of the sigcontext struct for the sigreturn call.
OpenPOWER on IntegriCloud