Commit SYSINIT() ;-adding patch missed in previous pass.
MFC after: 1 month Caught by: tinderbox
This commit is contained in:
parent
dd3af71f17
commit
cc456a74ab
@ -126,7 +126,7 @@ oktousecallout(void *data __unused)
|
||||
{
|
||||
calloutok = 1;
|
||||
}
|
||||
SYSINIT(gdbhack, SI_SUB_RUN_SCHEDULER, SI_ORDER_ANY, oktousecallout, NULL)
|
||||
SYSINIT(gdbhack, SI_SUB_RUN_SCHEDULER, SI_ORDER_ANY, oktousecallout, NULL);
|
||||
|
||||
static void
|
||||
gdb_cnputc(struct consdev *cp, int c)
|
||||
|
Loading…
Reference in New Issue
Block a user