diff options
author | marcel <marcel@FreeBSD.org> | 2008-08-31 02:25:20 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-08-31 02:25:20 +0000 |
commit | 6745d3f73c7a04f776c9b280963bea6d5a7fff68 (patch) | |
tree | d2877cd3bd92497c889ec0d4b06ac66568d9b679 | |
parent | e9aab1737b89f46d6119d5e1dd323854f4d053e8 (diff) | |
download | FreeBSD-src-6745d3f73c7a04f776c9b280963bea6d5a7fff68.zip FreeBSD-src-6745d3f73c7a04f776c9b280963bea6d5a7fff68.tar.gz |
Remove restore_intr(). We have intr_restore()...
-rw-r--r-- | sys/powerpc/include/cpufunc.h | 7 |
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) { |