Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm Fix a comment.



details:   https://anonhg.NetBSD.org/src/rev/d4a6a9db4606
branches:  trunk
changeset: 455628:d4a6a9db4606
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Apr 08 07:35:32 2019 +0000

description:
Fix a comment.

diffstat:

 sys/arch/arm/arm/armv6_start.S |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r c1cd5756407f -r d4a6a9db4606 sys/arch/arm/arm/armv6_start.S
--- a/sys/arch/arm/arm/armv6_start.S    Mon Apr 08 03:56:08 2019 +0000
+++ b/sys/arch/arm/arm/armv6_start.S    Mon Apr 08 07:35:32 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: armv6_start.S,v 1.11 2019/04/04 14:24:20 skrll Exp $   */
+/*     $NetBSD: armv6_start.S,v 1.12 2019/04/08 07:35:32 skrll Exp $   */
 
 /*-
  * Copyright (c) 2012, 2017, 2018 The NetBSD Foundation, Inc.
@@ -854,7 +854,10 @@
        mov     r0, R_INDEX                     // index into cpu_mpidr[] or cpu_number if not found
        bl      cpu_init_secondary_processor
 
-       /* Wait for cpu_boot_secondary_processors the when cpu_info is allocated, etc */
+       /*
+        * Wait for cpu_boot_secondary_processors when cpu_info has
+        * been allocated, etc
+        */
 
        movw    r6, #:lower16:arm_cpu_mbox
        movt    r6, #:upper16:arm_cpu_mbox



Home | Main Index | Thread Index | Old Index