Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84967
b: refs/heads/master
c: 8d67bca
h: refs/heads/master
i:
  84965: 6b5d4d3
  84963: f4af7c1
  84959: a5aa95d
v: v3
  • Loading branch information
Jesper Nilsson committed Feb 8, 2008
1 parent 39ada6d commit f81334b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 4200c35d20f20948e2276553c64d0db3a5398a0c
refs/heads/master: 8d67bca55c6f28d4a26129918c4bd96876b50225
7 changes: 1 addition & 6 deletions trunk/arch/cris/arch-v10/kernel/irq.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* $Id: irq.c,v 1.4 2005/01/04 12:22:28 starvik Exp $
*
/*
* linux/arch/cris/kernel/irq.c
*
* Copyright (c) 2000-2002 Axis Communications AB
Expand All @@ -18,10 +17,6 @@
#include <linux/kernel.h>
#include <linux/init.h>

/* From kgdb.c. */
extern void kgdb_init(void);
extern void breakpoint(void);

#define mask_irq(irq_nr) (*R_VECT_MASK_CLR = 1 << (irq_nr));
#define unmask_irq(irq_nr) (*R_VECT_MASK_SET = 1 << (irq_nr));

Expand Down

0 comments on commit f81334b

Please sign in to comment.