Skip to content
Commit 6e2f03e2 authored by Ivan Mikhaylov's avatar Ivan Mikhaylov Committed by Michael Ellerman
Browse files

powerpc/[booke|4xx]: Don't clobber TCR[WP] when setting TCR[DIE]



Prevent a kernel panic caused by unintentionally clearing TCR watchdog
bits. At this point in the kernel boot, the watchdog may have already
been enabled by u-boot. The original code's attempt to write to the TCR
register results in an inadvertent clearing of the watchdog
configuration bits, causing the 476 to reset.

Signed-off-by: default avatarIvan Mikhaylov <ivan@de.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 20975a0a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment