From 89dc636733d07508428d015c5099c0c98a11e8b8 Mon Sep 17 00:00:00 2001 From: jmallett Date: Mon, 12 Mar 2012 18:10:01 +0000 Subject: Remove more unused stuff, primarily a set of (unused, thankfully) PIO functions. Adjust nearby style of one assembly function END(). --- sys/mips/mips/swtch.S | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sys/mips/mips/swtch.S') 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. -- cgit v1.1