Module Name: src
Committed By: phx
Date: Fri Feb 7 08:51:34 UTC 2014
Modified Files:
src/sys/arch/sandpoint/sandpoint: locore.S
Log Message:
Remove enable_intr() and disable_intr(), which are unused.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sandpoint/sandpoint/locore.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sandpoint/sandpoint/locore.S
diff -u src/sys/arch/sandpoint/sandpoint/locore.S:1.23 src/sys/arch/sandpoint/sandpoint/locore.S:1.24
--- src/sys/arch/sandpoint/sandpoint/locore.S:1.23 Mon Jun 20 19:56:13 2011
+++ src/sys/arch/sandpoint/sandpoint/locore.S Fri Feb 7 08:51:34 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.23 2011/06/20 19:56:13 matt Exp $ */
+/* $NetBSD: locore.S,v 1.24 2014/02/07 08:51:34 phx Exp $ */
/* $OpenBSD: locore.S,v 1.4 1997/01/26 09:06:38 rahnds Exp $ */
/*
@@ -129,20 +129,6 @@ __start:
loop: b loop /* not reached */
- .globl _C_LABEL(enable_intr)
-_C_LABEL(enable_intr):
- mfmsr 3
- ori 3,3,PSL_EE@l
- mtmsr 3
- blr
-
- .globl _C_LABEL(disable_intr)
-_C_LABEL(disable_intr):
- mfmsr 3
- andi. 3,3,~PSL_EE@l
- mtmsr 3
- blr
-
.globl _C_LABEL(jump_to_ppc_reset_entry)
_C_LABEL(jump_to_ppc_reset_entry):
mfmsr 3