Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/stand/ofwboot s/LOAD_NOTE/LOAD_BACKWARDS/
details: https://anonhg.NetBSD.org/src/rev/4b247317da04
branches: trunk
changeset: 757330:4b247317da04
user: christos <christos%NetBSD.org@localhost>
date: Wed Aug 25 16:33:51 2010 +0000
description:
s/LOAD_NOTE/LOAD_BACKWARDS/
diffstat:
sys/arch/macppc/stand/ofwboot/boot.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8251c1c6c16a -r 4b247317da04 sys/arch/macppc/stand/ofwboot/boot.c
--- a/sys/arch/macppc/stand/ofwboot/boot.c Wed Aug 25 16:32:51 2010 +0000
+++ b/sys/arch/macppc/stand/ofwboot/boot.c Wed Aug 25 16:33:51 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.24 2010/03/29 00:13:32 mrg Exp $ */
+/* $NetBSD: boot.c,v 1.25 2010/08/25 16:33:51 christos Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -288,7 +288,7 @@
loadflag = LOAD_KERNEL;
if (floppyboot)
- loadflag &= ~LOAD_NOTE;
+ loadflag &= ~LOAD_BACKWARDS;
marks[MARK_START] = 0;
if (loadfile(kernels[i], marks, loadflag) >= 0)
Home |
Main Index |
Thread Index |
Old Index