summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke/locore.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/booke/locore.S')
-rw-r--r--sys/powerpc/booke/locore.S5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/powerpc/booke/locore.S b/sys/powerpc/booke/locore.S
index e4d8714..a6335e6 100644
--- a/sys/powerpc/booke/locore.S
+++ b/sys/powerpc/booke/locore.S
@@ -41,11 +41,14 @@
#define TMPSTACKSZ 16384
+ .text
+ .globl btext
+btext:
+
/*
* This symbol is here for the benefit of kvm_mkdb, and is supposed to
* mark the start of kernel text.
*/
- .text
.globl kernel_text
kernel_text:
OpenPOWER on IntegriCloud