Skip to content

Commit

Permalink
Update asmconstants.h
Browse files Browse the repository at this point in the history
Co-authored-by: David Chisnall <[email protected]>
  • Loading branch information
hmelder and davidchisnall committed Jan 28, 2024
1 parent da39edb commit ef781fd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions asmconstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@

// Page size configuration
#if defined(__powerpc64__)
#define PAGE_SIZE 65536
#define PAGE_SHIFT 16
# define PAGE_SHIFT 16
#else
#define PAGE_SIZE 4096
#define PAGE_SHIFT 12
# define PAGE_SHIFT 12
#endif
#define PAGE_SIZE (1<<PAGE_SHIFT)

0 comments on commit ef781fd

Please sign in to comment.