Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72910
b: refs/heads/master
c: d7c4086
h: refs/heads/master
v: v3
  • Loading branch information
Yu Luming authored and Tony Luck committed Oct 29, 2007
1 parent 0588a54 commit db82e0d
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: 113134fcbca83619be4c68d0ca66db6093777b5d
refs/heads/master: d7c4086af7b51144bdedda266ffa66617ec7d4ed
2 changes: 1 addition & 1 deletion trunk/include/asm-ia64/percpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#ifdef CONFIG_SMP

extern unsigned long __per_cpu_offset[NR_CPUS];
#define per_cpu_offset(x) (__per_cpu_offset(x))
#define per_cpu_offset(x) (__per_cpu_offset[x])

/* Equal to __per_cpu_offset[smp_processor_id()], but faster to access: */
DECLARE_PER_CPU(unsigned long, local_per_cpu_offset);
Expand Down

0 comments on commit db82e0d

Please sign in to comment.