aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
authorJungseok Lee <jungseoklee85@gmail.com>2015-11-04 13:26:07 +0000
committerTejun Heo <tj@kernel.org>2015-11-16 10:50:25 -0500
commit18fc93fd64129c96432812cb44f59c963871889b (patch)
treef5a0d253ec5745049aaf01161ecbcc942850c121 /arch/ia64
parentpercpu: Remove unneeded return from void function (diff)
downloadlinux-dev-18fc93fd64129c96432812cb44f59c963871889b.tar.xz
linux-dev-18fc93fd64129c96432812cb44f59c963871889b.zip
percpu: remove PERCPU_ENOUGH_ROOM which is stale definition
As pure cleanup, this patch removes PERCPU_ENOUGH_ROOM which is not used any more. That is, no code refers to the definition. Acked-by: Christoph Lameter <cl@linux.com> Signed-off-by: Jungseok Lee <jungseoklee85@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/include/asm/percpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/include/asm/percpu.h b/arch/ia64/include/asm/percpu.h
index 0ec484d2dcbc..b9295793a5e2 100644
--- a/arch/ia64/include/asm/percpu.h
+++ b/arch/ia64/include/asm/percpu.h
@@ -6,8 +6,6 @@
* David Mosberger-Tang <davidm@hpl.hp.com>
*/
-#define PERCPU_ENOUGH_ROOM PERCPU_PAGE_SIZE
-
#ifdef __ASSEMBLY__
# define THIS_CPU(var) (var) /* use this to mark accesses to per-CPU variables... */
#else /* !__ASSEMBLY__ */