Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167805
b: refs/heads/master
c: 324c1aa
h: refs/heads/master
i:
  167803: 3a318ca
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Sascha Hauer committed Oct 13, 2009
1 parent 19fff81 commit 54f9daa
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a90c31a3b70bcef915ffddacb8cbb4e63de33415
refs/heads/master: 324c1aa3dfb4235c80df603e761cc06e28a7e903
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-mx3/mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ void __init mx31_map_io(void)
iotable_init(mxc_io_desc, ARRAY_SIZE(mxc_io_desc));
}

#ifdef CONFIG_ARCH_MX35
void __init mx35_map_io(void)
{
mxc_set_cpu_type(MXC_CPU_MX35);
Expand All @@ -89,6 +90,7 @@ void __init mx35_map_io(void)

iotable_init(mxc_io_desc, ARRAY_SIZE(mxc_io_desc));
}
#endif

void __init mx31_init_irq(void)
{
Expand Down

0 comments on commit 54f9daa

Please sign in to comment.