mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-10 12:12:46 +00:00
The cpu_has_local_ebase macro is, confusingly, not used to indicate
whether the EBase register is local to a CPU or not. Instead it
indicates whether we want to generate the TLB refill exception vector
each time a CPU is brought online. Doing this makes little sense on any
system, since we always use the same value for EBase & thus we cannot
have different TLB refill exception handlers per CPU.
Regenerating the code is not only pointless but also can be actively
harmful, as commit
|
||
|---|---|---|
| .. | ||
| cs5536 | ||
| boot_param.h | ||
| cpu-feature-overrides.h | ||
| irq.h | ||
| kernel-entry-init.h | ||
| loongson_hwmon.h | ||
| loongson.h | ||
| machine.h | ||
| mc146818rtc.h | ||
| mem.h | ||
| mmzone.h | ||
| pci.h | ||
| spaces.h | ||
| topology.h | ||
| workarounds.h | ||