diff options
author | Jason Beloro <Jason.Beloro@Sun.COM> | 2008-09-26 20:35:16 -0700 |
---|---|---|
committer | Jason Beloro <Jason.Beloro@Sun.COM> | 2008-09-26 20:35:16 -0700 |
commit | 2f0fcb93196badcdd803715656c809058d9f3114 (patch) | |
tree | 88cdb1d1e182c035724a3e242e907d0cd283389e /usr/src/uts/sparc/sys/trap.h | |
parent | d8fc7d072b750ad0603730cafd1e016769ea8ee1 (diff) | |
download | illumos-joyent-2f0fcb93196badcdd803715656c809058d9f3114.tar.gz |
PSARC/2007/003 Solaris Support for the Rock Processor
6368478 Solaris needs to support the Rock processor
6440653 stores to sun4v error queue head registers are missing a membar #Sync
6639717 FLUSH instruction used more than necessary in sun4v
Diffstat (limited to 'usr/src/uts/sparc/sys/trap.h')
-rw-r--r-- | usr/src/uts/sparc/sys/trap.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/uts/sparc/sys/trap.h b/usr/src/uts/sparc/sys/trap.h index c3c5d2ba6d..657b08142d 100644 --- a/usr/src/uts/sparc/sys/trap.h +++ b/usr/src/uts/sparc/sys/trap.h @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,15 +19,13 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _SYS_TRAP_H #define _SYS_TRAP_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -53,6 +50,7 @@ extern "C" { #define ST_FIX_ALIGN 0x06 #define ST_INT_OVERFLOW 0x07 #define ST_SYSCALL 0x08 +#define ST_TRANSACTION_FAILURE 0x0F /* * Software trap vectors 16 - 31 are reserved for use by the user |