Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191717
b: refs/heads/master
c: dd2fdd2
h: refs/heads/master
i:
  191715: 8f63514
v: v3
  • Loading branch information
Paul Mundt committed May 18, 2010
1 parent 5b68724 commit 2d01ac0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c77b29db74a0ea4fdce0564a63b8876798625d64
refs/heads/master: dd2fdd264eaa616fab4cf80e89f83f4a2fc26288
5 changes: 5 additions & 0 deletions trunk/arch/sh/kernel/traps_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -944,3 +944,8 @@ asmlinkage void do_debug_interrupt(unsigned long code, struct pt_regs *regs)
/* Clear all DEBUGINT causes */
poke_real_address_q(DM_EXP_CAUSE_PHY, 0x0);
}

void __cpuinit per_cpu_trap_init(void)
{
/* Nothing to do for now, VBR initialization later. */
}

0 comments on commit 2d01ac0

Please sign in to comment.