diff options
Diffstat (limited to 'usr/src/uts/intel/sys/psw.h')
-rw-r--r-- | usr/src/uts/intel/sys/psw.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/uts/intel/sys/psw.h b/usr/src/uts/intel/sys/psw.h index b38da2a703..8b84f5ff3a 100644 --- a/usr/src/uts/intel/sys/psw.h +++ b/usr/src/uts/intel/sys/psw.h @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -33,10 +33,6 @@ #include <ia32/sys/psw.h> /* XX64 x86/sys/psw.h */ -#elif defined(__ia64) - -#include <ia64/sys/psw.h> - #endif #endif /* _SYS_PSW_H */ |