summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/ia32/os/sysi86.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/ia32/os/sysi86.c')
-rw-r--r--usr/src/uts/intel/ia32/os/sysi86.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/uts/intel/ia32/os/sysi86.c b/usr/src/uts/intel/ia32/os/sysi86.c
index e677ba68fa..308cdddf4f 100644
--- a/usr/src/uts/intel/ia32/os/sysi86.c
+++ b/usr/src/uts/intel/ia32/os/sysi86.c
@@ -19,8 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
*/
/* Copyright (c) 1990, 1991 UNIX System Laboratories, Inc. */
@@ -30,8 +29,6 @@
/* Copyright (c) 1987, 1988 Microsoft Corporation */
/* All Rights Reserved */
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/param.h>
#include <sys/types.h>
#include <sys/sysmacros.h>
@@ -170,7 +167,7 @@ sysi86(short cmd, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3)
break;
}
fpsetcw((uint16_t)arg2, (uint32_t)arg3);
- return (fp_kind == __FP_SSE ? 1 : 0);
+ return ((fp_kind & __FP_SSE) ? 1 : 0);
/* real time clock management commands */