diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-04-13 14:01:14 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-06-02 04:20:14 -0400 |
commit | c6e13600d3b2137ff583767d7f8688a41e34ac49 (patch) | |
tree | 9fdab44f06cedb04f6c6712731706eaecace5539 /arch/arm/include/asm | |
parent | 175352a51cfc275b8590d27be6fdd4b14f416c32 (diff) |
ARM: remove unused adjust_cr() function
adjust_cr() is not used anymore, so let's get rid of it.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/cp15.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/cp15.h b/arch/arm/include/asm/cp15.h index 63427266015d..ebae45d7f017 100644 --- a/arch/arm/include/asm/cp15.h +++ b/arch/arm/include/asm/cp15.h | |||
@@ -80,10 +80,6 @@ static inline void set_auxcr(unsigned int val) | |||
80 | isb(); | 80 | isb(); |
81 | } | 81 | } |
82 | 82 | ||
83 | #ifndef CONFIG_SMP | ||
84 | extern void adjust_cr(unsigned long mask, unsigned long set); | ||
85 | #endif | ||
86 | |||
87 | #define CPACC_FULL(n) (3 << (n * 2)) | 83 | #define CPACC_FULL(n) (3 << (n * 2)) |
88 | #define CPACC_SVC(n) (1 << (n * 2)) | 84 | #define CPACC_SVC(n) (1 << (n * 2)) |
89 | #define CPACC_DISABLE(n) (0 << (n * 2)) | 85 | #define CPACC_DISABLE(n) (0 << (n * 2)) |