BitRig/src 350f99e — sys/arch/arm64/arm64 pmap.c
pmap cannot wait on pool alloc due to held mutex.
Delta | File | |
---|---|---|
+1 | -6 | sys/arch/arm64/arm64/pmap.c |
+1 | -6 | 1 files |
pmap cannot wait on pool alloc due to held mutex.
Delta | File | |
---|---|---|
+1 | -6 | sys/arch/arm64/arm64/pmap.c |
+1 | -6 | 1 files |
Fix logic error related to CANFAIL
Delta | File | |
---|---|---|
+13 | -13 | sys/arch/arm64/arm64/pmap.c |
+13 | -13 | 1 files |
Running HZ too fast on SMP arm makes no sense Go back to HZ=100 for arm64
Delta | File | |
---|---|---|
+1 | -0 | sys/arch/arm64/conf/generic.arm64 |
+1 | -0 | 1 files |
Hack around an MPlock count problem Hack around a problem where running kernel had too many kernel locks on processes when they were trying to go to sleep. cause unknown. This change is likely just hiding a bug.
Delta | File | |
---|---|---|
+10 | -1 | sys/kern/kern_sched.c |
+10 | -1 | 1 files |
Enable SMP arm64.
Delta | File | |
---|---|---|
+252 | -0 | sys/arch/arm64/arm64/cpu.c |
+176 | -8 | sys/arch/arm64/arm64/machdep.c |
+176 | -0 | sys/arch/arm64/arm64/lock_machdep.c |
+66 | -25 | sys/arch/arm64/arm64/pmap.c |
+84 | -5 | sys/arch/arm64/arm64/locore.S |
+6 | -54 | sys/arch/arm64/arm64/trap.c |
+760 | -92 | 14 files not shown |
+948 | -113 | 20 files |