We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a44859 commit 7b6603fCopy full SHA for 7b6603f
transact.h
@@ -21,7 +21,8 @@
21
/*-------------------------------------------------------------------*/
22
#define MAX_TXF_TND 15 /* Max nesting depth */
23
#define MAX_TXF_CONTRAN_INSTR 32 /* Max CONSTRAINED instr. */
24
-#define MAX_TXF_PAGES 64 /* Max num of modified pages */
+#define MAX_TXF_PAGES 1024 /* Max num of modified pages */
25
+ /* (z15 = 4MB L2 Data Cache ) */
26
27
#define ZPAGEFRAME_PAGESIZE 4096 /* IBM z page size (4K) */
28
#define ZPAGEFRAME_BYTEMASK 0x00000FFF
0 commit comments