commit | 682775b8de995d97956447730c04d2ff978d4e13 | [log] [tgz] |
---|---|---|
author | James Yang <James.Yang@freescale.com> | Fri Jul 05 14:49:43 2013 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Fri Oct 18 18:50:14 2013 -0500 |
tree | 43b135a597ee4490b39208aeeaa1e1d6f4862518 | |
parent | 3743c9b8ceb638b6e4b78b42f2262e22aa6359f0 [diff] |
powerpc/booke: clear DBCR0_BT in user_disable_single_step() BookE version of user_disable_single_step() clears DBCR0_IC for the instruction completion debug, but did not also clear DBCR0_BT for the branch taken exception. This behavior was lost by the 2/2010 patch. Signed-off-by: James Yang <James.Yang@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>