aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/include/asm/percpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/include/asm/percpu.h')
-rw-r--r--arch/blackfin/include/asm/percpu.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/blackfin/include/asm/percpu.h b/arch/blackfin/include/asm/percpu.h
deleted file mode 100644
index 797c0c16506..00000000000
--- a/arch/blackfin/include/asm/percpu.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __ARCH_BLACKFIN_PERCPU__
-#define __ARCH_BLACKFIN_PERCPU__
-
-#include <asm-generic/percpu.h>
-
-#ifdef CONFIG_MODULES
-#define PERCPU_MODULE_RESERVE 8192
-#else
-#define PERCPU_MODULE_RESERVE 0
-#endif
-
-#define PERCPU_ENOUGH_ROOM \
- (ALIGN(__per_cpu_end - __per_cpu_start, SMP_CACHE_BYTES) + \
- PERCPU_MODULE_RESERVE)
-
-#endif /* __ARCH_BLACKFIN_PERCPU__ */