X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..99c3a10404e5d1ef94397ab4df5a8b74711fc4d3:/osfmk/i386/ast.h?ds=inline diff --git a/osfmk/i386/ast.h b/osfmk/i386/ast.h index 5b98d83f9..727695a39 100644 --- a/osfmk/i386/ast.h +++ b/osfmk/i386/ast.h @@ -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@ * @@ -62,13 +62,6 @@ /* * 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_ */