Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/aarch64



Module Name:    src
Committed By:   skrll
Date:           Sat Jun 13 12:12:47 UTC 2026

Modified Files:
        src/sys/arch/aarch64/aarch64: pmap_machdep.c
        src/sys/arch/aarch64/include: cpu.h

Log Message:
kern/60318: reproducable bpfjit crash

Remove unncessary struct cpu_info members that were #if defined(PMAP_MI)
- ci_tlb_info isn't necessary as PMAP_TLB_MAX is 1 on aarch64
- ci_pmap_{lastuser,cur} are debug fields from the aarch32 pmap.

These struct members changed the layout so that modules would have the
wrong offset for ci_cpufuncs


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/aarch64/aarch64/pmap_machdep.c
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/aarch64/include/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index