Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136431
b: refs/heads/master
c: cd3adf5
h: refs/heads/master
i:
  136429: 66f4e05
  136427: 5c7d02e
  136423: d98401a
  136415: 5a1e7d5
v: v3
  • Loading branch information
Tejun Heo authored and Ingo Molnar committed Jan 16, 2009
1 parent 815eb94 commit 0fdb107
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a338af2c648f5e07c582154745a6c60cd2d8bf12
refs/heads/master: cd3adf52309867955d6e2175246b526442235805
5 changes: 5 additions & 0 deletions trunk/arch/x86/kernel/smpcommon.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
*/
#include <linux/module.h>
#include <asm/smp.h>
#include <asm/sections.h>

#ifdef CONFIG_X86_64
DEFINE_PER_CPU(unsigned long, this_cpu_off) = (unsigned long)__per_cpu_load;
#else
DEFINE_PER_CPU(unsigned long, this_cpu_off);
#endif
EXPORT_PER_CPU_SYMBOL(this_cpu_off);

#ifdef CONFIG_X86_32
Expand Down

0 comments on commit 0fdb107

Please sign in to comment.