summaryrefslogtreecommitdiffstats
path: root/src/usr/intr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/intr')
-rw-r--r--src/usr/intr/intrrp.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/intr/intrrp.H b/src/usr/intr/intrrp.H
index b8c2e9d82..b6896ebbc 100644
--- a/src/usr/intr/intrrp.H
+++ b/src/usr/intr/intrrp.H
@@ -61,7 +61,7 @@ namespace INTR
uint32_t threadId:3; //!< Thread number (0-7)
} PACKED;
};
- PIR_t(uint32_t i_word) : word(i_word) {}
+ PIR_t(uint32_t i_word = 0) : word(i_word) {}
PIR_t operator= (uint32_t i_word)
{
@@ -173,7 +173,7 @@ namespace INTR
PE_IRSN_TX = 4, // downstream enable
};
- enum INTR_ROUTING_t
+ enum INTR_ROUTING_t
{
INTR_UPSTREAM,
INTR_DOWNSTREAM,
OpenPOWER on IntegriCloud