Files
mckernel/test/issues/1342/patch.ihk
Masamichi Takagi 51cd7cbb6c arm64: rusage: Fix counting contiguous PTEs
Change-Id: I7e89c25d49dc1f6efe1c27c76c66c6fedd22af1f
Refs: #1342
2019-08-16 03:55:29 +00:00

14 lines
499 B
Plaintext

diff --git a/linux/include/ihk/ihk_debug.h b/linux/include/ihk/ihk_debug.h
index 9b53dd7..90ea713 100644
--- a/linux/include/ihk/ihk_debug.h
+++ b/linux/include/ihk/ihk_debug.h
@@ -8,7 +8,7 @@
#ifndef IHK_DEBUG_H_INCLUDED
#define IHK_DEBUG_H_INCLUDED
-#define IHK_KMSG_SIZE 8192
+#define IHK_KMSG_SIZE (1UL<<21)
#define IHK_KMSG_HIGH_WATER_MARK (IHK_KMSG_SIZE / 2)
#define IHK_KMSG_NOTIFY_DELAY 400 /* Unit is us, 400 us would avoid overloading fwrite of ihkmond */