Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225860
b: refs/heads/master
c: dec12e6
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Dec 24, 2010
1 parent a45cede commit f1a30c7
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 8ff1443c5439ecee7472b80cf12ecfc337e6ee98
refs/heads/master: dec12e62c03d26bbc7a142f067215a3a43cce7d0
1 change: 1 addition & 0 deletions trunk/arch/arm/include/asm/mach/arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ struct machine_desc {
struct meminfo *);
void (*reserve)(void);/* reserve mem blocks */
void (*map_io)(void);/* IO mapping function */
void (*init_early)(void);
void (*init_irq)(void);
struct sys_timer *timer; /* system tick timer */
void (*init_machine)(void);
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/arm/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,9 @@ void __init setup_arch(char **cmdline_p)
#endif
#endif
early_trap_init();

if (mdesc->init_early)
mdesc->init_early();
}


Expand Down

0 comments on commit f1a30c7

Please sign in to comment.