Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 Add some extra comments for the `booted_k...



details:   https://anonhg.NetBSD.org/src/rev/68fee66749db
branches:  trunk
changeset: 522010:68fee66749db
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Sun Feb 10 13:20:26 2002 +0000

description:
Add some extra comments for the `booted_kernel' variable.

diffstat:

 sys/arch/arm/arm32/arm32_machdep.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dad14071bf3b -r 68fee66749db sys/arch/arm/arm32/arm32_machdep.c
--- a/sys/arch/arm/arm32/arm32_machdep.c        Sun Feb 10 13:19:27 2002 +0000
+++ b/sys/arch/arm/arm32/arm32_machdep.c        Sun Feb 10 13:20:26 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arm32_machdep.c,v 1.11 2002/01/20 03:41:47 thorpej Exp $       */
+/*     $NetBSD: arm32_machdep.c,v 1.12 2002/02/10 13:20:26 reinoud Exp $       */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -99,6 +99,7 @@
 
 struct user *proc0paddr;
 
+/* exported variable to be filled in by the bootloaders */
 char *booted_kernel;
 
 



Home | Main Index | Thread Index | Old Index