Skip to content

Commit

Permalink
sparc32: Remove #if 0'd code from sun4c_irq.c
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Sep 20, 2008
1 parent f8376e9 commit a73554a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/sparc/kernel/sun4c_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
#include <asm/idprom.h>
#include <asm/machines.h>

#if 0
static struct resource sun4c_timer_eb = { "sun4c_timer" };
static struct resource sun4c_intr_eb = { "sun4c_intr" };
#endif

/*
* Bit field defines for the interrupt registers on various
* Sparc machines.
Expand Down Expand Up @@ -173,10 +168,6 @@ static void __init sun4c_init_timers(irq_handler_t counter_fn)
prom_halt();
}

#if 0
/* This does not work on 4/330 */
sun4c_enable_irq(10);
#endif
claim_ticker14(NULL, PROFILE_IRQ, 0);
}

Expand Down

0 comments on commit a73554a

Please sign in to comment.