Commit SYSINIT() ;-adding patch missed in previous pass.

MFC after:	1 month
Caught by:	tinderbox
This commit is contained in:
Robert Watson 2008-03-16 13:02:04 +00:00
parent dd3af71f17
commit cc456a74ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177255

View File

@ -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)