mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
Commit SYSINIT() ;-adding patch missed in previous pass.
MFC after: 1 month Caught by: tinderbox
This commit is contained in:
parent
dd3af71f17
commit
cc456a74ab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177255
@ -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