Skip to content

Commit

Permalink
CRIS v10: Cleanup kernel/irq.c
Browse files Browse the repository at this point in the history
- Remove useless CVS id tag.
- Remove no longer needed extern declarations for kgdb.
  • Loading branch information
Jesper Nilsson committed Feb 8, 2008
1 parent 4200c35 commit 8d67bca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions 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 8d67bca

Please sign in to comment.