pmaports/device/testing/linux-amazon-austin/silence-time-logspam.patch
Richard Qian 02aaa6eae6
amazon-austin: new device (MR 3251)
Based on hexdump0815 and GjergjiFloychi's work.

[ci:skip-build] Already built successfuly on CI in MR
2022-07-06 12:13:47 -04:00

20 lines
518 B
Diff

diff --git a/include/linux/time_log.h b/include/linux/time_log.h
index 1770e9bc..471f4889 100644
--- a/include/linux/time_log.h
+++ b/include/linux/time_log.h
@@ -2,7 +2,7 @@
#include <linux/types.h>
extern bool printk_disable_uart;
-#if 1
+#if 0
#define TIME_LOG_START() \
{ \
unsigned long long _start_time = 0; \
@@ -28,4 +28,4 @@ extern bool printk_disable_uart;
#else
#define TIME_LOG_START() do{} while(0)
#define TIME_LOG_END(X...) do{} while(0)
-#endif
\ No newline at end of file
+#endif