Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56925
b: refs/heads/master
c: af669c9
h: refs/heads/master
i:
  56923: ed3cd0a
v: v3
  • Loading branch information
William Lee Irwin III authored and Linus Torvalds committed May 24, 2007
1 parent 683f991 commit 74ce242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: d3c8bdfb931171d6cfd1ec23b2218b0a1f052b95
refs/heads/master: af669c97291c458c97a869bf3c36eb870e7430c1
6 changes: 3 additions & 3 deletions trunk/arch/i386/mach-generic/bigsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

static int dmi_bigsmp; /* can be set by dmi scanners */

static __init int hp_ht_bigsmp(struct dmi_system_id *d)
static int hp_ht_bigsmp(struct dmi_system_id *d)
{
#ifdef CONFIG_X86_GENERICARCH
printk(KERN_NOTICE "%s detected: force use of apic=bigsmp\n", d->ident);
Expand All @@ -31,7 +31,7 @@ static __init int hp_ht_bigsmp(struct dmi_system_id *d)
}


static struct dmi_system_id __initdata bigsmp_dmi_table[] = {
static struct dmi_system_id bigsmp_dmi_table[] = {
{ hp_ht_bigsmp, "HP ProLiant DL760 G2", {
DMI_MATCH(DMI_BIOS_VENDOR, "HP"),
DMI_MATCH(DMI_BIOS_VERSION, "P44-"),
Expand All @@ -45,7 +45,7 @@ static struct dmi_system_id __initdata bigsmp_dmi_table[] = {
};


static int __init probe_bigsmp(void)
static int probe_bigsmp(void)
{
if (def_to_bigsmp)
dmi_bigsmp = 1;
Expand Down

0 comments on commit 74ce242

Please sign in to comment.