aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/percpu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-07-06 11:55:01 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-07-06 11:55:01 +0100
commit8259ef78d3bf79d24a2a0280fbc0cddd03754ddb (patch)
treee50fdf35279d62e4d5a9ce45d3ce654e130eae16 /xen/include/asm-x86/percpu.h
parent4a5c7690153394777bd9811f1e6e23282e9ea271 (diff)
downloadxen-8259ef78d3bf79d24a2a0280fbc0cddd03754ddb.tar.gz
xen-8259ef78d3bf79d24a2a0280fbc0cddd03754ddb.tar.bz2
xen-8259ef78d3bf79d24a2a0280fbc0cddd03754ddb.zip
x86: PERCPU_SHIFT can be reduced to 12 now compat_arg_xlat_area is not
directly a per-cpu object. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/percpu.h')
-rw-r--r--xen/include/asm-x86/percpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/percpu.h b/xen/include/asm-x86/percpu.h
index aca6d2b490..d76206587f 100644
--- a/xen/include/asm-x86/percpu.h
+++ b/xen/include/asm-x86/percpu.h
@@ -1,7 +1,7 @@
#ifndef __X86_PERCPU_H__
#define __X86_PERCPU_H__
-#define PERCPU_SHIFT 13
+#define PERCPU_SHIFT 12
#define PERCPU_SIZE (1UL << PERCPU_SHIFT)
/* Separate out the type, so (int[3], foo) works. */