diff options
author | jl139090 <none@none> | 2007-09-12 22:37:07 -0700 |
---|---|---|
committer | jl139090 <none@none> | 2007-09-12 22:37:07 -0700 |
commit | e98fafb9956429b59c817d4fbd27720c73879203 (patch) | |
tree | 006ccb99bb3ed3f566f430088b88c7e4864a72db /usr/src/uts/sun4u/sys/opl.h | |
parent | c4f91784e8e1661a861af87f7d98cbb9edc7314f (diff) | |
download | illumos-joyent-e98fafb9956429b59c817d4fbd27720c73879203.tar.gz |
PSARC 2007/337 OPL Jupiter CPU Support
PSARC 2007/433 Integer Multiply-Add instruction set feature
PSARC 2007/506 FMA for OPL Jupiter CPU
6551253 OPL Jupiter CPU support
Diffstat (limited to 'usr/src/uts/sun4u/sys/opl.h')
-rw-r--r-- | usr/src/uts/sun4u/sys/opl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/sun4u/sys/opl.h b/usr/src/uts/sun4u/sys/opl.h index ee940b0cb0..803d76d23c 100644 --- a/usr/src/uts/sun4u/sys/opl.h +++ b/usr/src/uts/sun4u/sys/opl.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -32,7 +32,7 @@ extern "C" { #endif -#define OPL_MAX_CPU_PER_CMP 4 +#define OPL_MAX_CPU_PER_CMP 8 #define OPL_MAX_CORES_PER_CMP 4 #define OPL_MAX_STRANDS_PER_CORE 2 #define OPL_MAX_CMP_UNITS_PER_BOARD 4 |