This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / linux / vserver / percpu.h
1 #ifndef _VX_PERCPU_H
2 #define _VX_PERCPU_H
3
4 #include "cvirt_def.h"
5 #include "sched_def.h"
6
7 struct  _vx_percpu {
8         struct _vx_cvirt_pc cvirt;
9         struct _vx_sched_pc sched;
10 };
11
12 #define PERCPU_PERCTX   (sizeof(struct _vx_percpu))
13
14 #endif  /* _VX_PERCPU_H */