Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105230
b: refs/heads/master
c: 94a1e86
h: refs/heads/master
v: v3
  • Loading branch information
Mike Travis authored and Ingo Molnar committed Jul 20, 2008
1 parent f67bfc2 commit ad142d8
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: 1bd9d6b64e1474f1a03f8660e8721d746cffae57
refs/heads/master: 94a1e869c7b96a9d30e260084866383a145fd8ae
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ extern __u32 cleared_cpu_caps[NCAPINTS];
#ifdef CONFIG_SMP
DECLARE_PER_CPU(struct cpuinfo_x86, cpu_info);
#define cpu_data(cpu) per_cpu(cpu_info, cpu)
#define current_cpu_data cpu_data(smp_processor_id())
#define current_cpu_data __get_cpu_var(cpu_info)
#else
#define cpu_data(cpu) boot_cpu_data
#define current_cpu_data boot_cpu_data
Expand Down

0 comments on commit ad142d8

Please sign in to comment.