summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/system.h')
-rw-r--r--include/asm-mips/system.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h
index b6d50e2f04..9e8132208d 100644
--- a/include/asm-mips/system.h
+++ b/include/asm-mips/system.h
@@ -19,9 +19,6 @@
#include <linux/config.h>
#include <asm/sgidefs.h>
#include <asm/ptrace.h>
-#if 0
-#include <linux/kernel.h>
-#endif
extern __inline__ void
__sti(void)
@@ -193,9 +190,6 @@ do { var = value; wmb(); } while (0)
* switch_to(n) should switch tasks to task nr n, first
* checking that n isn't the current task, in which case it does nothing.
*/
-#if 0
-extern asmlinkage void *resume(void *last, void *next);
-#endif
#endif /* !defined (_LANGUAGE_ASSEMBLY) */
#define prepare_to_switch() do { } while(0)