]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/ast.h
xnu-792.13.8.tar.gz
[apple/xnu.git] / osfmk / ppc / ast.h
index f4f2320f19f09a3f3dd80254774b241c17277c63..10edb29932f830edb0c8de76f324c10f131e6a5f 100644 (file)
@@ -38,9 +38,8 @@
 #ifndef        _PPC_AST_H_
 #define        _PPC_AST_H_
 
-#define AST_PPC_CHUD_URGENT     0x80000000
-#define AST_PPC_CHUD            0x40000000
-
-#define AST_PPC_CHUD_ALL        (AST_PPC_CHUD_URGENT|AST_PPC_CHUD)
+#define AST_PPC_CHUD_URGENT     AST_CHUD_URGENT
+#define AST_PPC_CHUD            AST_CHUD
+#define AST_PPC_CHUD_ALL        AST_CHUD_ALL
 
 #endif /* _PPC_AST_H_ */