summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 87e5e90..39b5b2e 100644
--- a/sys/powerpc/include/cpufunc.h
+++ b/sys/powerpc/include/cpufunc.h
@@ -159,13 +159,6 @@ restore_intr(unsigned int msr)
mtmsr(msr);
}
-static __inline void
-powerpc_mb(void)
-{
-
- __asm __volatile("eieio; sync" : : : "memory");
-}
-
static __inline struct pcpu *
powerpc_get_pcpup(void)
{
OpenPOWER on IntegriCloud