powerpc: Make slb_shadow a local
The only external user of slb_shadow is the pseries lpar code, and it can access through the paca array instead. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
committed by
Benjamin Herrenschmidt
parent
d317ac1750
commit
1a8f6f97ea
@ -99,7 +99,7 @@ static inline void free_lppacas(void) { }
|
||||
* 3 persistent SLBs are registered here. The buffer will be zero
|
||||
* initially, hence will all be invaild until we actually write them.
|
||||
*/
|
||||
struct slb_shadow slb_shadow[] __cacheline_aligned = {
|
||||
static struct slb_shadow slb_shadow[] __cacheline_aligned = {
|
||||
[0 ... (NR_CPUS-1)] = {
|
||||
.persistent = cpu_to_be32(SLB_NUM_BOLTED),
|
||||
.buffer_length = cpu_to_be32(sizeof(struct slb_shadow)),
|
||||
|
Reference in New Issue
Block a user