Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360881
b: refs/heads/master
c: 1a8e611
h: refs/heads/master
i:
  360879: e3da468
v: v3
  • Loading branch information
Dietmar Eggemann authored and Russell King committed Mar 3, 2013
1 parent f941724 commit fb9b465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89c7e4b8bbb3d4fa52df5746a8ad38e610143651
refs/heads/master: 1a8e611874da714ee7ef1e92e5160b38dc54959b
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/hw_breakpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ static void reset_ctrl_regs(void *unused)
static int __cpuinit dbg_reset_notify(struct notifier_block *self,
unsigned long action, void *cpu)
{
if (action == CPU_ONLINE)
if ((action & ~CPU_TASKS_FROZEN) == CPU_ONLINE)
smp_call_function_single((int)cpu, reset_ctrl_regs, NULL, 1);

return NOTIFY_OK;
Expand Down

0 comments on commit fb9b465

Please sign in to comment.