]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/ast.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / osfmk / ppc / ast.h
index 8b0e95c6d86b36c761d73940abc1a675a98616cf..274a8d84a9f3dc0e5dc2a3d454370bceb1e0a52d 100644 (file)
@@ -30,9 +30,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_ */