Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58873
b: refs/heads/master
c: a74b460
h: refs/heads/master
i:
  58871: 86ea4aa
v: v3
  • Loading branch information
Ralf Baechle committed Jul 12, 2007
1 parent ad0f4e3 commit 4ddbfd2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 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: 891649409edbed528728b4a104d29e43e9d7473a
refs/heads/master: a74b4605181595c633ff4cfd44949886b0918172
2 changes: 1 addition & 1 deletion trunk/arch/mips/mipssim/sim_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ asmlinkage void plat_irq_dispatch(void)
irq = irq_ffs(pending);

if (irq > 0)
do_IRQ(MIPSCPU_INT_BASE + irq);
do_IRQ(MIPS_CPU_IRQ_BASE + irq);
else
spurious_interrupt();
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/mipssim/sim_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static void __init serial_init(void)
/* hardware int 4 - the serial int, is CPU int 6
but poll for now */
s.irq = 0;
s.uartclk = BASE_BAUD * 16;
s.uartclk = 1843200;
s.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST;
s.iotype = UPIO_PORT;
s.regshift = 0;
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/mipssim/sim_time.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <linux/spinlock.h>
#include <linux/interrupt.h>
#include <linux/mc146818rtc.h>
#include <linux/mipsregs.h>
#include <linux/smp.h>
#include <linux/timex.h>

Expand Down

0 comments on commit 4ddbfd2

Please sign in to comment.