mirror of
https://github.com/torvalds/linux.git
synced 2026-08-20 22:42:58 +02: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
|
||
|---|---|---|
| .. | ||
| cpu-feature-overrides.h | ||
| mc146818rtc.h | ||