Browse Source

Remove MAX_PADDR_BITS

It isn't used anymore.
pull/2037/head
Andrew Waterman 10 months ago
parent
commit
352597c4cf
  1. 1
      riscv/mmu.h

1
riscv/mmu.h

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

Loading…
Cancel
Save