mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
Correct typo in prior commit: s/cd/td/
This commit is contained in:
parent
c6cb9d2e4b
commit
76e8a01fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ void cpu_critical_fork_exit(void);
|
|||
static __inline void
|
||||
cpu_critical_enter(struct thread *td)
|
||||
{
|
||||
cd->td_md.md_savecrit = disable_interrupts(I32_bit | F32_bit);
|
||||
td->td_md.md_savecrit = disable_interrupts(I32_bit | F32_bit);
|
||||
}
|
||||
|
||||
static __inline void
|
||||
|
|
|
|||
Loading…
Reference in a new issue