diff options
author | Richard Lowe <richlowe@richlowe.net> | 2021-05-29 22:23:43 -0500 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2021-08-16 12:45:35 -0500 |
commit | 86ef0a63e1cfa5dc98606efef379365acca98063 (patch) | |
tree | 4b4e8af476fdbdceb532d0538104c2ea231e83b8 /usr/src/uts/intel/ia32/promif/prom_exit.c | |
parent | 755ccbcfa27de6aa07ebf138548b68dc6a9ae02d (diff) | |
download | illumos-joyent-86ef0a63e1cfa5dc98606efef379365acca98063.tar.gz |
13939 it's time the 32bit intel kernel was (x)86'd
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Reviewed by: Patrick Mooney <pmooney@pfmooney.com>
Approved by: Garret D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/uts/intel/ia32/promif/prom_exit.c')
-rw-r--r-- | usr/src/uts/intel/ia32/promif/prom_exit.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/uts/intel/ia32/promif/prom_exit.c b/usr/src/uts/intel/ia32/promif/prom_exit.c index a197cdc165..e4027448fa 100644 --- a/usr/src/uts/intel/ia32/promif/prom_exit.c +++ b/usr/src/uts/intel/ia32/promif/prom_exit.c @@ -48,18 +48,13 @@ prom_exit_to_mon(void) #if !defined(_KMDB) prom_poll_enter(); #endif -#ifdef I386BOOT - prom_printf("[spinning forever]\n"); - for (;;) - continue; -#else + #if !defined(_KMDB) if (boothowto & RB_DEBUG) kmdb_enter(); #endif /* !_KMDB */ prom_reboot_prompt(); prom_reboot(NULL); -#endif /* !I386BOOT */ } #if !defined(_KMDB) |