Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68274
b: refs/heads/master
c: 0016a12
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent 4105936 commit 2bbb3ef
Show file tree
Hide file tree
Showing 2 changed files with 6 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: ceb9b974513de6bd0ee86c30e84c34dd6e974fb5
refs/heads/master: 0016a126accb32f1663eaeba966eb76c98f8929b
5 changes: 5 additions & 0 deletions trunk/arch/sh/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <linux/mm.h>
#include <linux/kexec.h>
#include <linux/module.h>
#include <linux/smp.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/page.h>
Expand Down Expand Up @@ -278,6 +279,10 @@ void __init setup_arch(char **cmdline_p)
sh_mv.mv_setup(cmdline_p);

paging_init();

#ifdef CONFIG_SMP
plat_smp_setup();
#endif
}

static const char *cpu_name[] = {
Expand Down

0 comments on commit 2bbb3ef

Please sign in to comment.