Skip to content

Commit 7b6603f

Browse files
committed
TXF: increase MAX_TXF_PAGES value
[skip travis]
1 parent 2a44859 commit 7b6603f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

transact.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
/*-------------------------------------------------------------------*/
2222
#define MAX_TXF_TND 15 /* Max nesting depth */
2323
#define MAX_TXF_CONTRAN_INSTR 32 /* Max CONSTRAINED instr. */
24-
#define MAX_TXF_PAGES 64 /* Max num of modified pages */
24+
#define MAX_TXF_PAGES 1024 /* Max num of modified pages */
25+
/* (z15 = 4MB L2 Data Cache ) */
2526

2627
#define ZPAGEFRAME_PAGESIZE 4096 /* IBM z page size (4K) */
2728
#define ZPAGEFRAME_BYTEMASK 0x00000FFF

0 commit comments

Comments
 (0)