Home
last modified time | relevance | path

Searched refs:new_lpcr (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dsetup_64.c274 unsigned long new_lpcr = lpcr; in cpu_ready_for_interrupts() local
280 new_lpcr |= LPCR_AIL_3; in cpu_ready_for_interrupts()
282 new_lpcr |= LPCR_HAIL; in cpu_ready_for_interrupts()
284 new_lpcr |= LPCR_AIL_3; in cpu_ready_for_interrupts()
287 if (new_lpcr != lpcr) in cpu_ready_for_interrupts()
288 mtspr(SPRN_LPCR, new_lpcr); in cpu_ready_for_interrupts()