Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206191
b: refs/heads/master
c: db10db4
h: refs/heads/master
i:
  206189: d4bb3ed
  206187: b0f07ab
  206183: 2a68fa8
  206175: 7b20ee9
v: v3
  • Loading branch information
Robert Richter authored and H. Peter Anvin committed Jul 20, 2010
1 parent e322c24 commit 29ffbe4
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: 7aa2b5f8ec60505160df1c25398e8286c8432689
refs/heads/master: db10db48b2c530def21bfd76d576702c7df7f620
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ void __cpuinit cpu_init(void)
/*
* Boot processor to setup the FP and extended state context info.
*/
if (smp_processor_id() == boot_cpu_id)
if (!smp_processor_id())
init_thread_xstate();

xsave_init();
Expand Down

0 comments on commit 29ffbe4

Please sign in to comment.