aboutsummaryrefslogtreecommitdiff
path: root/machine/mtrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'machine/mtrap.h')
-rw-r--r--machine/mtrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/machine/mtrap.h b/machine/mtrap.h
index 1437b11..ead7150 100644
--- a/machine/mtrap.h
+++ b/machine/mtrap.h
@@ -10,7 +10,7 @@
#endif
// These harts will be prevented from booting beyond bbl
-#define HART_MASK 0x0UL
+#define DISABLED_HART_MASK 0x0UL
#ifndef __ASSEMBLER__