Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45465
b: refs/heads/master
c: 88d2032
h: refs/heads/master
i:
  45463: a9c1670
v: v3
  • Loading branch information
Vivek Goyal authored and Andi Kleen committed Jan 11, 2007
1 parent dbd30b1 commit 6b4e101
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e0be25d31f75f64b6fbe00f0b4e5d6b1ad1438e
refs/heads/master: 88d20328cd66ee05f9b7f4d414640700db69d82b
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ static void set_mca_bus(int x) { }
#endif

/* Overridden in paravirt.c if CONFIG_PARAVIRT */
char * __attribute__((weak)) memory_setup(void)
char * __init __attribute__((weak)) memory_setup(void)
{
return machine_specific_memory_setup();
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ static void __init do_basic_setup(void)
do_initcalls();
}

static void do_pre_smp_initcalls(void)
static void __init do_pre_smp_initcalls(void)
{
extern int spawn_ksoftirqd(void);
#ifdef CONFIG_SMP
Expand Down

0 comments on commit 6b4e101

Please sign in to comment.