mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Tabs here upset my automatic checker, so replaced them with spaces.
This commit is contained in:
parent
14d543ddfb
commit
ceba39a73b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131735
@ -35,10 +35,10 @@
|
||||
.Sh SYNOPSIS
|
||||
.In sys/param.h
|
||||
.In sys/proc.h
|
||||
.Vt "extern struct rq itqueues[]" ;
|
||||
.Vt "extern struct rq rtqueues[]" ;
|
||||
.Vt "extern struct rq queues[]" ;
|
||||
.Vt "extern struct rq idqueues[]" ;
|
||||
.Vt "extern struct rq itqueues[]" ;
|
||||
.Vt "extern struct rq rtqueues[]" ;
|
||||
.Vt "extern struct rq queues[]" ;
|
||||
.Vt "extern struct rq idqueues[]" ;
|
||||
.Ft struct thread *
|
||||
.Fn choosethread "void"
|
||||
.Ft int
|
||||
|
@ -35,11 +35,11 @@
|
||||
.In sys/param.h
|
||||
.In sys/bus.h
|
||||
.In sys/interrupt.h
|
||||
.Vt "extern struct ithd *tty_ithd" ;
|
||||
.Vt "extern struct ithd *clk_ithd" ;
|
||||
.Vt "extern void *net_ih" ;
|
||||
.Vt "extern void *softclock_ih" ;
|
||||
.Vt "extern void *vm_ih" ;
|
||||
.Vt "extern struct ithd *tty_ithd" ;
|
||||
.Vt "extern struct ithd *clk_ithd" ;
|
||||
.Vt "extern void *net_ih" ;
|
||||
.Vt "extern void *softclock_ih" ;
|
||||
.Vt "extern void *vm_ih" ;
|
||||
.Ft int
|
||||
.Fo swi_add
|
||||
.Fa "struct ithd **ithdp"
|
||||
|
Loading…
Reference in New Issue
Block a user