diff options
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 |