mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change the - hopefully - last piece of ktr(9) to use PCPU_GET(cpuid)
instead of the MD module ID for KTR_CPU.
This commit is contained in:
parent
67fe84f163
commit
258527a372
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ l2: add r2, 1, r3 ; \
|
|||
add r1, r2, r1 ; \
|
||||
rd %tick, r2 ; \
|
||||
stx r2, [r1 + KTR_TIMESTAMP] ; \
|
||||
lduw [PCPU(MID)], r2 ; \
|
||||
lduw [PCPU(CPUID)], r2 ; \
|
||||
stw r2, [r1 + KTR_CPU] ; \
|
||||
stw %g0, [r1 + KTR_LINE] ; \
|
||||
stx %g0, [r1 + KTR_FILE] ; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue