Remove MAX_PADDR_BITS

It isn't used anymore.
This commit is contained in:
Andrew Waterman
2025-07-28 20:10:34 -07:00
parent a89875689e
commit 352597c4cf

View File

@@ -18,7 +18,6 @@
// virtual memory configuration
#define PGSHIFT 12
const reg_t PGSIZE = 1 << PGSHIFT;
#define MAX_PADDR_BITS 64
// observability hooks for load, store and fetch
// intentionally empty not to cause runtime overhead