mirror of https://gitee.com/openkylin/linux.git
775b089aef
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 |