Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188441
b: refs/heads/master
c: b635f19
h: refs/heads/master
i:
  188439: d2263b3
v: v3
  • Loading branch information
Sonic Zhang authored and Mike Frysinger committed Mar 9, 2010
1 parent 6e636a8 commit 60fe4a1
Show file tree
Hide file tree
Showing 2 changed files with 8 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: df5de261306d9bfc1ed9121595593b10a7626b95
refs/heads/master: b635f1912da764c960c044ffd58ba27157aa2c85
7 changes: 7 additions & 0 deletions trunk/arch/blackfin/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -792,10 +792,17 @@ static inline int __init get_mem_size(void)
BUG();
}

__attribute__((weak))
void __init native_machine_early_platform_add_devices(void)
{
}

void __init setup_arch(char **cmdline_p)
{
unsigned long sclk, cclk;

native_machine_early_platform_add_devices();

enable_shadow_console();

/* Check to make sure we are running on the right processor */
Expand Down

0 comments on commit 60fe4a1

Please sign in to comment.