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>
This commit is contained in:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user