Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45458
b: refs/heads/master
c: e96763d
h: refs/heads/master
v: v3
  • Loading branch information
Vivek Goyal authored and Andi Kleen committed Jan 11, 2007
1 parent 0f149f4 commit 48a3156
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: 4a5d107a9a79ef3404209a43866554cba451dda4
refs/heads/master: e96763d6e52c22a8821466e4d01c0c995b8087be
2 changes: 1 addition & 1 deletion trunk/arch/i386/mach-generic/bigsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static struct dmi_system_id __initdata bigsmp_dmi_table[] = {
};


static __init int probe_bigsmp(void)
static int probe_bigsmp(void)
{
if (def_to_bigsmp)
dmi_bigsmp = 1;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/mach-generic/default.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <asm/mach-default/mach_mpparse.h>

/* should be called last. */
static __init int probe_default(void)
static int probe_default(void)
{
return 1;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/mach-generic/es7000.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <asm/mach-es7000/mach_mpparse.h>
#include <asm/mach-es7000/mach_wakecpu.h>

static __init int probe_es7000(void)
static int probe_es7000(void)
{
/* probed later in mptable/ACPI hooks */
return 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/i386/mach-generic/summit.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <asm/mach-summit/mach_ipi.h>
#include <asm/mach-summit/mach_mpparse.h>

static __init int probe_summit(void)
static int probe_summit(void)
{
/* probed later in mptable/ACPI hooks */
return 0;
Expand Down

0 comments on commit 48a3156

Please sign in to comment.