Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262313
b: refs/heads/master
c: 1646ec9
h: refs/heads/master
i:
  262311: d26fe58
v: v3
  • Loading branch information
WANG Cong authored and Linus Torvalds committed Aug 4, 2011
1 parent ba4afbb commit 0dd5e29
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b4bc281266e84e9a432b588ebdcef5fb94dc8ecb
refs/heads/master: 1646ec9db75e151b0479dbfaf972f741d0476ec7
3 changes: 3 additions & 0 deletions trunk/arch/cris/arch-v10/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
#define crisv10_mask_irq(irq_nr) (*R_VECT_MASK_CLR = 1 << (irq_nr));
#define crisv10_unmask_irq(irq_nr) (*R_VECT_MASK_SET = 1 << (irq_nr));

extern void kgdb_init(void);
extern void breakpoint(void);

/* don't use set_int_vector, it bypasses the linux interrupt handlers. it is
* global just so that the kernel gdb can use it.
*/
Expand Down

0 comments on commit 0dd5e29

Please sign in to comment.