Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53875
b: refs/heads/master
c: 1956c73
h: refs/heads/master
i:
  53873: 510a4e2
  53871: a1e3f00
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Andi Kleen committed May 2, 2007
1 parent e46360f commit b219e56
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 978c038ec944e4f2c940b0975c6acb433203a9be
refs/heads/master: 1956c73bb5bf81ee577ed7d3c64e3cad876ad2a5
2 changes: 2 additions & 0 deletions trunk/include/asm-i386/percpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
/* This is used for other cpus to find our section. */
extern unsigned long __per_cpu_offset[];

#define per_cpu_offset(x) (__per_cpu_offset[x])

/* Separate out the type, so (int[3], foo) works. */
#define DECLARE_PER_CPU(type, name) extern __typeof__(type) per_cpu__##name
#define DEFINE_PER_CPU(type, name) \
Expand Down

0 comments on commit b219e56

Please sign in to comment.