aboutsummaryrefslogtreecommitdiff
path: root/machine/mtrap.h
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-04-05 17:39:58 -0700
committerAndrew Waterman <andrew@sifive.com>2017-04-05 17:47:19 -0700
commitdce2b7dd8ede804f54f54fafabd82b24c1a0be62 (patch)
tree5a93701358ab2c5b900855f543179ee1330332cd /machine/mtrap.h
parent31eab7e4dd7856d48ee352fc941490257840a87c (diff)
downloadpk-dce2b7dd8ede804f54f54fafabd82b24c1a0be62.zip
pk-dce2b7dd8ede804f54f54fafabd82b24c1a0be62.tar.gz
pk-dce2b7dd8ede804f54f54fafabd82b24c1a0be62.tar.bz2
Rename HART_MASK to DISABLED_HART_MASK to clarify polarity
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__