summaryrefslogtreecommitdiffstats
path: root/pk/ppe42/ppe42_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'pk/ppe42/ppe42_init.c')
-rw-r--r--pk/ppe42/ppe42_init.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pk/ppe42/ppe42_init.c b/pk/ppe42/ppe42_init.c
index 52659aab..a832e620 100644
--- a/pk/ppe42/ppe42_init.c
+++ b/pk/ppe42/ppe42_init.c
@@ -16,7 +16,7 @@
// Note that __ppe42_system_setup() is called from the PK bootloader early
// in the initialization, at a point before the aplication has enabled
-// critical or external interruts.
+// interrupts.
// This function is expected to be defined by the macro specific code (GPE, CME, SBE)
void __hwmacro_setup(void);
@@ -38,13 +38,14 @@ __ppe42_system_setup()
__ppe42_irq_handlers[irq].handler = __ppe42_phantom_irq_handler;
// Initialize special interrupt handlers
-/*
+
__ppe42_fit_routine = __ppe42_default_irq_handler;
__ppe42_fit_arg = 0;
__ppe42_watchdog_routine = __ppe42_default_irq_handler;
__ppe42_watchdog_arg = 0;
+/*
__ppe42_debug_routine = __ppe42_default_irq_handler;
__ppe42_debug_arg = 0;
*/
OpenPOWER on IntegriCloud