arm64: rusage: Fix counting contiguous PTEs
Change-Id: I7e89c25d49dc1f6efe1c27c76c66c6fedd22af1f Refs: #1342
This commit is contained in:
13
test/issues/1342/patch.ihk
Normal file
13
test/issues/1342/patch.ihk
Normal file
@ -0,0 +1,13 @@
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user