aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/percpu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-06-12 15:22:35 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-06-12 15:22:35 +0100
commit697376dd738b51c7046e00267a1844e0d02bbf62 (patch)
treef015e1a342876940167b79c18115402f49cc5d9a /xen/include/asm-x86/percpu.h
parentac1bdbe7b974bb2f6f4c375871abd49ad8613346 (diff)
downloadxen-697376dd738b51c7046e00267a1844e0d02bbf62.tar.gz
xen-697376dd738b51c7046e00267a1844e0d02bbf62.tar.bz2
xen-697376dd738b51c7046e00267a1844e0d02bbf62.zip
32-on-64: Clean up and unify compat_arg_xlat_area handling.
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 d76206587f..aca6d2b490 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 12
+#define PERCPU_SHIFT 13
#define PERCPU_SIZE (1UL << PERCPU_SHIFT)
/* Separate out the type, so (int[3], foo) works. */