kernel - Remove kernel 'bootdev' variable
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 9 Sep 2017 17:20:22 +0000 (10:20 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 9 Sep 2017 17:20:22 +0000 (10:20 -0700)
commit8840cec90a57df5e7c0f84c3c3c1e9abea7f2632
treefc4f40ccdebac695732116a8867d676cd26bed28
parentc152fb8d2c26fabd1f7f53d8e9631bc8f385dddb
kernel - Remove kernel 'bootdev' variable

* The 'bootdev' variable is no longer used.  It used to default-out the
  root mount to UFS using boot device info passed-in from the boot code,
  but that was disconnected long ago and this code no longer serves
  any purpose.

* We have depended on vfs.root.mountfrom in /boot/loader.conf to tell
  the kernel where the root mount is for a long time now.
sys/platform/pc64/x86_64/autoconf.c
sys/platform/pc64/x86_64/machdep.c
sys/platform/vkernel64/x86_64/autoconf.c
sys/vfs/hammer2/hammer2_bulkfree.c