Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19775
b: refs/heads/master
c: 7ded568
h: refs/heads/master
i:
  19773: 29380be
  19771: 8de75f7
  19767: 59a3d33
  19759: 10472f0
  19743: d38e463
  19711: 50248d8
v: v3
  • Loading branch information
Ashok Raj authored and Linus Torvalds committed Feb 5, 2006
1 parent 65a547e commit 447814d
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 396bd50fed9c91f7aa1ac66f4b2880ca58c332ff
refs/heads/master: 7ded56895c11a656408b6ff21086ae04a6a7cda0
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ static void __cpuinit mce_cpu_features(struct cpuinfo_x86 *c)
*/
void __cpuinit mcheck_init(struct cpuinfo_x86 *c)
{
static cpumask_t mce_cpus __initdata = CPU_MASK_NONE;
static cpumask_t mce_cpus = CPU_MASK_NONE;

mce_cpu_quirks(c);

Expand Down
4 changes: 3 additions & 1 deletion trunk/drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ static int set_max_cstate(struct dmi_system_id *id)
return 0;
}

static struct dmi_system_id __initdata processor_power_dmi_table[] = {
/* Actually this shouldn't be __cpuinitdata, would be better to fix the
callers to only run once -AK */
static struct dmi_system_id __cpuinitdata processor_power_dmi_table[] = {
{ set_max_cstate, "IBM ThinkPad R40e", {
DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
DMI_MATCH(DMI_BIOS_VERSION,"1SET60WW")}, (void *)1},
Expand Down

0 comments on commit 447814d

Please sign in to comment.