Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71309
b: refs/heads/master
c: 89742e5
h: refs/heads/master
i:
  71307: 86bbafa
v: v3
  • Loading branch information
Ralf Baechle committed Oct 18, 2007
1 parent 585a149 commit 56ee50e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 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: e887b24592c5ddf46d37e592b2ee6bd2188257e1
refs/heads/master: 89742e5376adee9f26756f5d2573ae2b18fb2a96
6 changes: 4 additions & 2 deletions trunk/arch/mips/jazz/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* for more details.
*
* Copyright (C) 1992 Linus Torvalds
* Copyright (C) 1994 - 2001, 2003 Ralf Baechle
* Copyright (C) 1994 - 2001, 2003, 07 Ralf Baechle
*/
#include <linux/clockchips.h>
#include <linux/init.h>
Expand All @@ -13,6 +13,7 @@
#include <linux/spinlock.h>

#include <asm/irq_cpu.h>
#include <asm/i8253.h>
#include <asm/i8259.h>
#include <asm/io.h>
#include <asm/jazz.h>
Expand Down Expand Up @@ -136,7 +137,7 @@ static struct irqaction r4030_timer_irqaction = {
.name = "timer",
};

void __init plat_timer_setup(struct irqaction *ignored)
void __init plat_time_init(void)
{
struct irqaction *irq = &r4030_timer_irqaction;

Expand All @@ -152,4 +153,5 @@ void __init plat_timer_setup(struct irqaction *ignored)
setup_irq(JAZZ_TIMER_IRQ, irq);

clockevents_register_device(&r4030_clockevent);
setup_pit_timer();
}
8 changes: 1 addition & 7 deletions trunk/arch/mips/jazz/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1996, 1997, 1998, 2001 by Ralf Baechle
* Copyright (C) 1996, 1997, 1998, 2001, 07 by Ralf Baechle
* Copyright (C) 2001 MIPS Technologies, Inc.
* Copyright (C) 2007 by Thomas Bogendoerfer
*/
Expand All @@ -25,7 +25,6 @@
#include <linux/serial_8250.h>

#include <asm/bootinfo.h>
#include <asm/i8253.h>
#include <asm/irq.h>
#include <asm/jazz.h>
#include <asm/jazzdma.h>
Expand Down Expand Up @@ -64,11 +63,6 @@ static struct resource jazz_io_resources[] = {
}
};

void __init plat_time_init(void)
{
setup_pit_timer();
}

void __init plat_mem_setup(void)
{
int i;
Expand Down

0 comments on commit 56ee50e

Please sign in to comment.