Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10975
b: refs/heads/master
c: ea7c394
h: refs/heads/master
i:
  10973: b4dbd52
  10971: d3cb351
  10967: 9a3a417
  10959: 1736b11
  10943: 31ef474
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Oct 29, 2005
1 parent dd4817b commit a3a4aad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 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: 925ddb04c5eee5668e7229c71580d458ed61eb9b
refs/heads/master: ea7c394492cb56ff0c10ad327157f237d5bbe6b4
12 changes: 5 additions & 7 deletions trunk/arch/mips/mips-boards/sead/sead_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 2002 MIPS Technologies, Inc. All rights reserved.
* Copyright (C) 2003 Ralf Baechle (ralf@linux-mips.org)
* Copyright (C) 2004 Maciej W. Rozycki
*
* This program is free software; you can distribute it and/or modify it
* under the terms of the GNU General Public License (Version 2) as
Expand All @@ -21,7 +22,9 @@
*/
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/interrupt.h>

#include <asm/irq_cpu.h>
#include <asm/system.h>

#include <asm/mips-boards/seadint.h>

Expand All @@ -39,13 +42,8 @@ asmlinkage void sead_hw1_irqdispatch(struct pt_regs *regs)

void __init arch_init_irq(void)
{
/*
* Mask out all interrupt
*/
clear_c0_status(0x0000ff00);
mips_cpu_irq_init(0);

/* Now safe to set the exception vector. */
set_except_vector(0, mipsIRQ);

mips_cpu_irq_init(0);
}

0 comments on commit a3a4aad

Please sign in to comment.