Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167151
b: refs/heads/master
c: d44ee12
h: refs/heads/master
i:
  167149: 72feb4f
  167147: de2db09
  167143: e2fe529
  167135: 4e878a9
v: v3
  • Loading branch information
Paul Mundt committed Sep 28, 2009
1 parent a43015e commit 9f8ed49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48ff3e04ffd5e1b578462eb1958f15ca122c7fbf
refs/heads/master: d44ee12ad61ff7aa7a6344560bd430cb72fcbc27
3 changes: 3 additions & 0 deletions trunk/arch/sh/kernel/machvec.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/string.h>
#include <asm/machvec.h>
#include <asm/sections.h>
#include <asm/addrspace.h>
#include <asm/setup.h>
#include <asm/io.h>
#include <asm/irq.h>
Expand Down Expand Up @@ -133,4 +134,6 @@ void __init sh_mv_setup(void)

if (!sh_mv.mv_nr_irqs)
sh_mv.mv_nr_irqs = NR_IRQS;

__set_io_port_base(P2SEG);
}

0 comments on commit 9f8ed49

Please sign in to comment.