diff options
author | johnlev <none@none> | 2008-05-21 16:00:05 -0700 |
---|---|---|
committer | johnlev <none@none> | 2008-05-21 16:00:05 -0700 |
commit | c48ac12eb805b96b1b8d7582c4168b4e4fa56865 (patch) | |
tree | 89f6e64352bda38778f0899dc7820980ab185bde /usr/src/uts/common/sys/uadmin.h | |
parent | b08d8a121e3928c888b68a3e56445554ced82733 (diff) | |
download | illumos-joyent-c48ac12eb805b96b1b8d7582c4168b4e4fa56865.tar.gz |
6677804 Can't shutdown Solaris HVM guest with PV drivers
Diffstat (limited to 'usr/src/uts/common/sys/uadmin.h')
-rw-r--r-- | usr/src/uts/common/sys/uadmin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/uadmin.h b/usr/src/uts/common/sys/uadmin.h index e307462896..2bf889c9b7 100644 --- a/usr/src/uts/common/sys/uadmin.h +++ b/usr/src/uts/common/sys/uadmin.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -50,6 +50,7 @@ extern "C" { #define A_SWAPCTL 16 /* 17-21 reserved for obsolete interface */ +#define AD_UNKNOWN -1 /* no method */ #define AD_HALT 0 /* halt the processor */ #define AD_BOOT 1 /* multi-user reboot */ #define AD_IBOOT 2 /* multi-user reboot, ask for name of file */ |