]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/xpr.h
xnu-517.tar.gz
[apple/xnu.git] / osfmk / i386 / xpr.h
index 0a8071dea05f1a838d75793c6606107b9976fed4..fe2cabe2c6f4dace377c9db972024d1428708304 100644 (file)
 
 #include <platforms.h>
 #include <cpus.h>
-#include <mp_v1_1.h>
 #include <time_stamp.h>
 
-#if    NCPUS == 1 || MP_V1_1
+#if    NCPUS == 1
 extern int     xpr_time(void);
 #define        XPR_TIMESTAMP   xpr_time()
 
-#else  /* NCPUS == 1 || MP_V1_1 */
+#else  /* NCPUS == 1 */
 
 #define XPR_TIMESTAMP  (0)
 
-#endif /* NCPUS == 1 || MP_V1_1 */
+#endif /* NCPUS == 1 */