Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120104
b: refs/heads/master
c: bd40e81
h: refs/heads/master
v: v3
  • Loading branch information
Aoi Shinkai authored and Paul Mundt committed Dec 22, 2008
1 parent 2bc44d5 commit 3ae538a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 06be3724548a443a99d703ff79f43d6f1e2975f0
refs/heads/master: bd40e8132336fbc3f2857f24720e11b6c1c9ac26
4 changes: 2 additions & 2 deletions trunk/arch/sh/kernel/cpu/sh3/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ tlb_miss:
!
.balign 512,0,512
interrupt:
mov.l 2f, k2
mov.l 3f, k3
#if defined(CONFIG_KGDB_NMI)
mov.l 2f, k2
! Debounce (filter nested NMI)
mov.l @k2, k0
mov.l 5f, k1
Expand All @@ -390,6 +390,7 @@ interrupt:
rte
nop
.align 2
2: .long INTEVT
5: .long NMI_VEC
6: .long in_nmi
0:
Expand All @@ -399,7 +400,6 @@ interrupt:

.align 2
1: .long EXPEVT
2: .long INTEVT
3: .long ret_from_irq
4: .long ret_from_exception

Expand Down

0 comments on commit 3ae538a

Please sign in to comment.