summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-08-31 02:25:20 +0000
committermarcel <marcel@FreeBSD.org>2008-08-31 02:25:20 +0000
commit6745d3f73c7a04f776c9b280963bea6d5a7fff68 (patch)
treed2877cd3bd92497c889ec0d4b06ac66568d9b679 /sys/powerpc
parente9aab1737b89f46d6119d5e1dd323854f4d053e8 (diff)
downloadFreeBSD-src-6745d3f73c7a04f776c9b280963bea6d5a7fff68.zip
FreeBSD-src-6745d3f73c7a04f776c9b280963bea6d5a7fff68.tar.gz
Remove restore_intr(). We have intr_restore()...
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/cpufunc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/powerpc/include/cpufunc.h b/sys/powerpc/include/cpufunc.h
index 189befd..caeceb3 100644
--- a/sys/powerpc/include/cpufunc.h
+++ b/sys/powerpc/include/cpufunc.h
@@ -153,13 +153,6 @@ intr_restore(register_t msr)
mtmsr(msr);
}
-static __inline void
-restore_intr(unsigned int msr)
-{
-
- mtmsr(msr);
-}
-
static __inline struct pcpu *
powerpc_get_pcpup(void)
{
OpenPOWER on IntegriCloud