Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75192
b: refs/heads/master
c: c2f68ad
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Dec 26, 2007
1 parent d08c01b commit 61567b0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c3c4c839336767da2d0c18e8e9bab33bef64ef8d
refs/heads/master: c2f68ad3b59d7015bf6fb0037ee0b5f2331aed28
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/smpboot_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ static void __cpuinit smp_store_cpu_info(int id)
struct cpuinfo_x86 *c = &cpu_data(id);

*c = boot_cpu_data;
identify_cpu(c);
c->cpu_index = id;
identify_cpu(c);
print_cpu_info(c);
}

Expand Down

0 comments on commit 61567b0

Please sign in to comment.