Kyle Evans cae22dd904 kern_environment: Fix SYSINIT ordering
The dynamic environment was being initialized at SI_SUB_KMEM, SI_ORDER_ANY.
I added the hint-merging at SI_SUB_KMEM, SI_ORDER_ANY as well in r335998 -
this can only work by coincidence.

Re-do both to operate at SI_SUB_KMEM + 1, SI_ORDER_FIRST and SI_ORDER_SECOND
respectively to be safe. It's sufficiently obfuscated away as to when in
SU_SUB_KMEM malloc will be available, and the dynamic environment cannot be
relied upon there anyways since it's initialized at SI_ORDER_ANY.

Reported by:	bde
Discussed with:	bde
X-MFC-With: r335998
2018-07-06 16:51:35 +00:00
..
2018-07-05 17:07:23 +00:00
2018-06-29 23:48:30 +00:00
2018-06-14 07:12:10 +00:00
2018-07-04 03:36:46 +00:00
2018-07-06 13:34:45 +00:00
2018-07-06 06:20:03 +00:00
2018-03-24 21:30:24 +00:00
2018-05-25 08:44:00 +00:00