Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169988
b: refs/heads/master
c: 0388423
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and Ingo Molnar committed Nov 14, 2009
1 parent 3bd325b commit 3b14e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 15cd8812ab2ce62a2f779e93a8398bdad752291a
refs/heads/master: 0388423dba2217b4e5b6c61690b0506d13b25a49
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/cpu/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)

void __init early_cpu_init(void)
{
#ifdef PROCESSOR_SELECT
const struct cpu_dev *const *cdev;
int count = 0;

Expand All @@ -676,7 +677,7 @@ void __init early_cpu_init(void)
cpudev->c_ident[j]);
}
}

#endif
early_identify_cpu(&boot_cpu_data);
}

Expand Down

0 comments on commit 3b14e6a

Please sign in to comment.