diff options
author | Surya Prakki <Surya.Prakki@Sun.COM> | 2010-06-11 12:07:14 -0700 |
---|---|---|
committer | Surya Prakki <Surya.Prakki@Sun.COM> | 2010-06-11 12:07:14 -0700 |
commit | eb5a5c7888f20ad6fa4580e785308db395ef6dfc (patch) | |
tree | 22f74fcc99d9881faef8cb0205ad9190eb11e5ad /usr/src/uts/intel/sys/machbrand.h | |
parent | c2b2c94b55bdcff203640921e4879b4b968d8183 (diff) | |
download | illumos-joyent-eb5a5c7888f20ad6fa4580e785308db395ef6dfc.tar.gz |
PSARC/2010/169 EOF lx brand
6959264 EOF lx brand
Diffstat (limited to 'usr/src/uts/intel/sys/machbrand.h')
-rw-r--r-- | usr/src/uts/intel/sys/machbrand.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/usr/src/uts/intel/sys/machbrand.h b/usr/src/uts/intel/sys/machbrand.h index e4b90473a6..3f9ebdb6b7 100644 --- a/usr/src/uts/intel/sys/machbrand.h +++ b/usr/src/uts/intel/sys/machbrand.h @@ -19,15 +19,12 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. */ #ifndef _SYS_MACHBRAND_H #define _SYS_MACHBRAND_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -38,20 +35,17 @@ extern "C" { struct brand_mach_ops { void (*b_sysenter)(void); - void (*b_int80)(void); void (*b_int91)(void); void (*b_syscall)(void); void (*b_syscall32)(void); - greg_t (*b_fixsegreg)(greg_t, model_t); }; #endif /* _ASM */ #define BRAND_CB_SYSENTER 0 -#define BRAND_CB_INT80 1 -#define BRAND_CB_INT91 2 -#define BRAND_CB_SYSCALL 3 -#define BRAND_CB_SYSCALL32 4 +#define BRAND_CB_INT91 1 +#define BRAND_CB_SYSCALL 2 +#define BRAND_CB_SYSCALL32 3 #ifdef __cplusplus } |