diff options
author | jesusm <none@none> | 2007-01-18 08:49:43 -0800 |
---|---|---|
committer | jesusm <none@none> | 2007-01-18 08:49:43 -0800 |
commit | c7ce59f142277983e66b3701901be4f1c31e57c8 (patch) | |
tree | c64cf479c236fbb6dcee572f4e6d20ec9e90e777 /usr/src | |
parent | c77e0fa5748ffc92a04adc8151b8ef3e45a63aaa (diff) | |
download | illumos-joyent-c7ce59f142277983e66b3701901be4f1c31e57c8.tar.gz |
5096346 If system is halted, a reset must be given to boot off a different device
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/sun4u/os/cpr_impl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/uts/sun4u/os/cpr_impl.c b/usr/src/uts/sun4u/os/cpr_impl.c index b2744bab98..801ef7ba8a 100644 --- a/usr/src/uts/sun4u/os/cpr_impl.c +++ b/usr/src/uts/sun4u/os/cpr_impl.c @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -294,7 +294,8 @@ i_cpr_mp_setup(void) */ i_cpr_cif_setup(CIF_UNLINK); - (void) i_cpr_prom_pages(CPR_PROM_RESTORE); + if (!cpr_reusable_mode) + (void) i_cpr_prom_pages(CPR_PROM_RESTORE); /* allow setting page size codes in MMU primary context register */ kcontextreg = kctx; |