summaryrefslogtreecommitdiffstats
path: root/pk/ppe42/ppe42_exceptions.S
diff options
context:
space:
mode:
Diffstat (limited to 'pk/ppe42/ppe42_exceptions.S')
-rw-r--r--pk/ppe42/ppe42_exceptions.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/pk/ppe42/ppe42_exceptions.S b/pk/ppe42/ppe42_exceptions.S
index b3ce3551..272c0e41 100644
--- a/pk/ppe42/ppe42_exceptions.S
+++ b/pk/ppe42/ppe42_exceptions.S
@@ -125,6 +125,13 @@ __watchdog_interrupt:
_pk_ctx_push_as_needed watchdog_handler
+### ****************************************************************************
+### The rest of the code in this file doesn't have to be placed anywhere
+### special, so just place it in the .text section.
+### ****************************************************************************
+
+ .section .text, "ax", @progbits
+
## The idle thread has no permanent register context. The idle thread
## entry point is re-entered whenever the idle thread is scheduled.
OpenPOWER on IntegriCloud