Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75099
b: refs/heads/master
c: fbdcf18
h: refs/heads/master
i:
  75097: c336b07
  75095: 3798e57
v: v3
  • Loading branch information
Mike Travis authored and Ingo Molnar committed Dec 19, 2007
1 parent fae5a01 commit 2d1633c
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: 3d054f0fade192b454592817c16e0f49e3e295dc
refs/heads/master: fbdcf18df73758b2e187ab94678b30cd5f6ff9f9
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;
c->cpu_index = id;
identify_cpu(c);
c->cpu_index = id;
print_cpu_info(c);
}

Expand Down

0 comments on commit 2d1633c

Please sign in to comment.