Skip to content

Commit f6548e8

Browse files
committed
_pv_entry.h: add a default value for PAGE_SHIFT_PV too
1 parent 5a15100 commit f6548e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sys/sys/_pv_entry.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ typedef struct pv_entry {
6464
#ifndef PAGE_SIZE_PV
6565
#define PAGE_SIZE_PV PAGE_SIZE
6666
#endif
67+
#ifndef PAGE_MASK_PV
68+
#define PAGE_MASK_PV PAGE_MASK
69+
#endif
6770
#if PAGE_SIZE_PV == 4 * 1024
6871
#ifdef __LP64__
6972
#define _NPCPV 168

0 commit comments

Comments
 (0)