···8282 get_slb_shadow()->save_area[entry].esid = 0;8383}84848585-void slb_shadow_clear_all(void)8686-{8787- int i;8888-8989- for (i = 0; i < SLB_NUM_BOLTED; i++)9090- slb_shadow_clear(i);9191-}9292-9385static inline void create_shadowed_slbe(unsigned long ea, int ssize,9486 unsigned long flags,9587 unsigned long entry)···291299 create_shadowed_slbe(PAGE_OFFSET, mmu_kernel_ssize, lflags, 0);292300293301 create_shadowed_slbe(VMALLOC_START, mmu_kernel_ssize, vflags, 1);302302+303303+ slb_shadow_clear(2);294304295305 /* We don't bolt the stack for the time being - we're in boot,296306 * so the stack is in the bolted segment. By the time it goes
-1
arch/powerpc/platforms/pseries/lpar.c
···272272 */273273 addr = __pa(&slb_shadow[cpu]);274274 if (firmware_has_feature(FW_FEATURE_SPLPAR)) {275275- slb_shadow_clear_all();276275 ret = register_slb_shadow(hwcpu, addr);277276 if (ret)278277 printk(KERN_ERR