- 2.6.17 port work build breaks, but the patch set is relativly stable
[linux-flexiantxendom0-3.2.10.git] / include / linux / percpu.h
index d7df133..cb9039a 100644 (file)
@@ -8,12 +8,8 @@
 
 /* Enough to cover all DEFINE_PER_CPUs in kernel, including modules. */
 #ifndef PERCPU_ENOUGH_ROOM
-#ifdef CONFIG_64BIT
-#define PERCPU_ENOUGH_ROOM 49152
-#else
 #define PERCPU_ENOUGH_ROOM 32768
 #endif
-#endif
 
 /* Must be an lvalue. */
 #define get_cpu_var(var) (*({ preempt_disable(); &__get_cpu_var(var); }))