]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/ast.h
xnu-2050.18.24.tar.gz
[apple/xnu.git] / osfmk / i386 / ast.h
index 5b98d83f95ac0777154cedf789dd3e439b55216d..727695a39883b191ca43ced1c3278703cd539a65 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 /*
  * Machine-dependent AST file for machines with no hardware AST support.
  *
 /*
  * Machine-dependent AST file for machines with no hardware AST support.
  *
- * For the I386, we define AST_I386_FP to handle delayed
- * floating-point exceptions.  The FPU may interrupt on errors
- * while the user is not running (in kernel or other thread running).
  */
 
  */
 
-#define        AST_I386_FP     0x80000000
-#define MACHINE_AST_PER_THREAD  AST_I386_FP
-
-
 #endif /* _I386_AST_H_ */
 #endif /* _I386_AST_H_ */