summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-05-11 17:40:13 +0000
committerimp <imp@FreeBSD.org>2012-05-11 17:40:13 +0000
commitb747b3867c8616ac32352e5acfcabc792fa63773 (patch)
tree9782ae673e302222f08b9937ea3bed98364cc255
parent0404a9beb52fe015e30ac3deb242e88dca5d1209 (diff)
downloadFreeBSD-src-b747b3867c8616ac32352e5acfcabc792fa63773.zip
FreeBSD-src-b747b3867c8616ac32352e5acfcabc792fa63773.tar.gz
This comment has become unmoored from the code to which it applies.
Move it back.
-rw-r--r--sys/arm/arm/locore.S10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/arm/arm/locore.S b/sys/arm/arm/locore.S
index 3a19733..bbdc92c 100644
--- a/sys/arm/arm/locore.S
+++ b/sys/arm/arm/locore.S
@@ -42,12 +42,6 @@ __FBSDID("$FreeBSD$");
/* What size should this really be ? It is only used by initarm() */
#define INIT_ARM_STACK_SIZE 2048
-/*
- * This is for kvm_mkdb, and should be the address of the beginning
- * of the kernel text segment (not necessarily the same as kernbase).
- */
-
-
#define CPWAIT_BRANCH \
sub pc, pc, #4
@@ -56,6 +50,10 @@ __FBSDID("$FreeBSD$");
mov tmp, tmp /* wait for it to complete */ ;\
CPWAIT_BRANCH /* branch to next insn */
+/*
+ * This is for kvm_mkdb, and should be the address of the beginning
+ * of the kernel text segment (not necessarily the same as kernbase).
+ */
.text
.align 0
.globl kernbase
OpenPOWER on IntegriCloud