arm64: dts: rockchip: add tsadc node and the IPA parameters for rk3366 thermal
[firefly-linux-kernel-4.4.55.git] / kernel / gcov / gcc_4_7.c
index 826ba9fb5e3277292d38ef4c95ba9713378b4543..e25e92fb44face315265d43d981b71e193693f2a 100644 (file)
@@ -18,7 +18,9 @@
 #include <linux/vmalloc.h>
 #include "gcov.h"
 
-#if __GNUC__ == 4 && __GNUC_MINOR__ >= 9
+#if __GNUC__ == 5 && __GNUC_MINOR__ >= 1
+#define GCOV_COUNTERS                  10
+#elif __GNUC__ == 4 && __GNUC_MINOR__ >= 9
 #define GCOV_COUNTERS                  9
 #else
 #define GCOV_COUNTERS                  8