# HG changeset patch # User tide@localhost # Date 1253546709 14400 # Node ID 790152ecf13bfe0ecaabbacf365958a47d9dad15 # Parent 77b58d98642c64410afd8b35d85873de455f1b44 Revert to vanilla diff -r 77b58d98642c -r 790152ecf13b usr/src/uts/common/syscall/uadmin.c --- 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);