Fix typo.
MFC after: 1 week
This commit is contained in:
parent
e6dcce69ca
commit
40025d42fd
@ -86,7 +86,7 @@ _Static_assert(OFFSETOF_CURTHREAD == offsetof(struct pcpu, pc_curthread),
|
|||||||
_Static_assert(OFFSETOF_CURPCB == offsetof(struct pcpu, pc_curpcb),
|
_Static_assert(OFFSETOF_CURPCB == offsetof(struct pcpu, pc_curpcb),
|
||||||
"OFFSETOF_CURPCB does not correspond with offset of pc_curpcb.");
|
"OFFSETOF_CURPCB does not correspond with offset of pc_curpcb.");
|
||||||
_Static_assert(OFFSETOF_MONITORBUF == offsetof(struct pcpu, pc_monitorbuf),
|
_Static_assert(OFFSETOF_MONITORBUF == offsetof(struct pcpu, pc_monitorbuf),
|
||||||
"OFFSETOF_MONINORBUF does not correspond with offset of pc_monitorbuf.");
|
"OFFSETOF_MONITORBUF does not correspond with offset of pc_monitorbuf.");
|
||||||
|
|
||||||
struct savefpu *
|
struct savefpu *
|
||||||
get_pcb_user_save_td(struct thread *td)
|
get_pcb_user_save_td(struct thread *td)
|
||||||
|
@ -95,7 +95,7 @@ _Static_assert(OFFSETOF_CURTHREAD == offsetof(struct pcpu, pc_curthread),
|
|||||||
_Static_assert(OFFSETOF_CURPCB == offsetof(struct pcpu, pc_curpcb),
|
_Static_assert(OFFSETOF_CURPCB == offsetof(struct pcpu, pc_curpcb),
|
||||||
"OFFSETOF_CURPCB does not correspond with offset of pc_curpcb.");
|
"OFFSETOF_CURPCB does not correspond with offset of pc_curpcb.");
|
||||||
_Static_assert(__OFFSETOF_MONITORBUF == offsetof(struct pcpu, pc_monitorbuf),
|
_Static_assert(__OFFSETOF_MONITORBUF == offsetof(struct pcpu, pc_monitorbuf),
|
||||||
"__OFFSETOF_MONINORBUF does not correspond with offset of pc_monitorbuf.");
|
"__OFFSETOF_MONITORBUF does not correspond with offset of pc_monitorbuf.");
|
||||||
|
|
||||||
union savefpu *
|
union savefpu *
|
||||||
get_pcb_user_save_td(struct thread *td)
|
get_pcb_user_save_td(struct thread *td)
|
||||||
|
Loading…
Reference in New Issue
Block a user