changeset 10879:790152ecf13b

Revert to vanilla
author tide@localhost
date Mon, 21 Sep 2009 11:25:09 -0400
parents 77b58d98642c
children 76b7c881fd34
files usr/src/uts/common/syscall/uadmin.c
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/syscall/uadmin.c	Mon Sep 21 11:22:44 2009 -0400
+++ b/usr/src/uts/common/syscall/uadmin.c	Mon Sep 21 11:25:09 2009 -0400
@@ -305,13 +305,11 @@
 	case A_CONFIG:
 		switch (fcn) {
 		case AD_UPDATE_BOOT_CONFIG:
-#if !defined(__sparc) && !defined(__s390)
+#ifndef	__sparc
 		{
-			extern int fastreboot_capable;
 			extern void fastboot_update_config(const char *);
 
-			if (fastreboot_capable)
-				fastboot_update_config(mdep);
+			fastboot_update_config(mdep);
 		}
 #endif
 
@@ -378,7 +376,7 @@
 		} else
 			panic_bootstr = mdep;
 
-#ifndef __sparc
+#ifndef	__sparc
 		extern void fastboot_update_and_load(int, char *);
 
 		fastboot_update_and_load(fcn, mdep);