]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
MIPS: Remove unused HIGHMEM_DEBUG macro
authorPaul Burton <paul.burton@imgtec.com>
Mon, 7 Nov 2016 11:28:12 +0000 (11:28 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 3 Jan 2017 15:34:37 +0000 (16:34 +0100)
We have a HIGHMEM_DEBUG macro defined in asm/highmem.h with a comment
stating that it should be removed for production, and no users... Kill
it.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14523/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/highmem.h

index 64f2500d891b279493f422129fcb2093180a2527..d34536e7653f6a29fe85b5b1e15b67c19a8c9b3e 100644 (file)
@@ -25,9 +25,6 @@
 #include <asm/cpu-features.h>
 #include <asm/kmap_types.h>
 
-/* undef for production */
-#define HIGHMEM_DEBUG 1
-
 /* declarations for highmem.c */
 extern unsigned long highstart_pfn, highend_pfn;