]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mm, compaction: export tracepoints zone names to userspace-fix
authorVlastimil Babka <vbabka@suse.cz>
Wed, 21 Oct 2015 22:03:05 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:05 +0000 (09:03 +1100)
Through undertaker-checkpatch it was reported that HighMem would be
missing in the tracepoint output due to checking CONFIG_ZONE_HIGHMEM_
instead of CONFIG_HIGHMEM.  Fix it.

Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Reported-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/trace/events/compaction.h

index 8daa8faa3ed7d81d33e886008c226830fddad371..a43000d766884baffa970b95826f0daea4e2944b 100644 (file)
@@ -30,7 +30,7 @@
 #define IFDEF_ZONE_DMA32(X)
 #endif
 
-#ifdef CONFIG_ZONE_HIGHMEM_
+#ifdef CONFIG_HIGHMEM
 #define IFDEF_ZONE_HIGHMEM(X) X
 #else
 #define IFDEF_ZONE_HIGHMEM(X)