summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-04-16 17:00:06 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-04-19 16:08:29 +0200
commitb604d4973af7df4bbe970b2c380f5a0477fa53ec (patch)
tree8ff288d296435b2ddcc2ddcbb9f5ff34b2b67146 /arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h
parentacfaaf52ebfd02de509bc212fc3e8c8bac187110 (diff)
downloadlinux-b604d4973af7df4bbe970b2c380f5a0477fa53ec.tar.bz2
MIPS: remove cpu_has_64bit_addresses
This macro is identical to CONFIG_64BIT, and using a Kconfig variable for the only places that checks them (the ioremap implementation) will simplify later patches in this series. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h')
-rw-r--r--arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h b/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h
index e7c972fccd9f..79ab3ad9fee8 100644
--- a/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h
+++ b/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h
@@ -45,7 +45,6 @@
#define cpu_has_64bits 0
#define cpu_has_64bit_zero_reg 0
#define cpu_has_64bit_gp_regs 0
-#define cpu_has_64bit_addresses 0
#define cpu_dcache_line_size() 32
#define cpu_icache_line_size() 32