]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/spl.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / machine / spl.h
index 1667c5099b39596b1613aa9a6affcb7cb26f8983..ea806c0ce637bee40352fe13f3cfbeba50c4f5ee 100644 (file)
@@ -30,6 +30,8 @@
 
 #ifdef KERNEL
 #ifndef __ASSEMBLER__
+
+#if !defined(__LP64__) || defined(XNU_KERNEL_PRIVATE)
 /*
  *     Machine-dependent SPL definitions.
  *
@@ -55,6 +57,8 @@ extern void   splx(unsigned int level);
 extern void    spln(unsigned int level);
 #define splstatclock() splhigh()
 
+#endif  /* !__LP64__ || XNU_KERNEL_PRIVATE */
+
 #endif /* __ASSEMBLER__ */
 
 #endif /* KERNEL */