A pre-loaded module may have SYSINIT that has order prior to SI_SUB_KLD,
e.g. TUNABLE_INT() / TUNABLE_LONG(). During linker_preload() those
SYSINITs are added to sysinit_list, then we can have abnormal orders,
i.e sip->subsystem < last. Without this fix the logging of current
subsystem will be wrongly melted into previous one.
MFC after: 1 week