diff options
Diffstat (limited to 'usr/src/uts/common/os/main.c')
-rw-r--r-- | usr/src/uts/common/os/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/common/os/main.c b/usr/src/uts/common/os/main.c index 7109a49cda..561534f68e 100644 --- a/usr/src/uts/common/os/main.c +++ b/usr/src/uts/common/os/main.c @@ -474,9 +474,8 @@ main(void) * and swap have been set up. */ consconfig(); -#if defined(__i386) || defined(__amd64) release_bootstrap(); -#endif + /* * attach drivers with ddi-forceattach prop * This must be done after consconfig() to prevent usb key/mouse |