Merge tag 'edac/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[cascardo/linux.git] / kernel / gcov / gcc_4_7.c
index 2c6e463..826ba9f 100644 (file)
 #include <linux/vmalloc.h>
 #include "gcov.h"
 
+#if __GNUC__ == 4 && __GNUC_MINOR__ >= 9
+#define GCOV_COUNTERS                  9
+#else
 #define GCOV_COUNTERS                  8
+#endif
+
 #define GCOV_TAG_FUNCTION_LENGTH       3
 
 static struct gcov_info *gcov_info_head;