Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/stand change LOAD_NOTE to LOAD_BACKWARDS



details:   https://anonhg.NetBSD.org/src/rev/bf9e29bce6b6
branches:  trunk
changeset: 757328:bf9e29bce6b6
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Aug 25 16:30:44 2010 +0000

description:
change LOAD_NOTE to LOAD_BACKWARDS

diffstat:

 sys/arch/alpha/stand/common/boot.c      |  6 +++---
 sys/arch/alpha/stand/ustarboot/Makefile |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 407ed1390b5e -r bf9e29bce6b6 sys/arch/alpha/stand/common/boot.c
--- a/sys/arch/alpha/stand/common/boot.c        Wed Aug 25 16:30:01 2010 +0000
+++ b/sys/arch/alpha/stand/common/boot.c        Wed Aug 25 16:30:44 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.30 2009/02/03 12:49:00 tsutsui Exp $ */
+/* $NetBSD: boot.c,v 1.31 2010/08/25 16:30:44 christos Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -122,8 +122,8 @@
                gets(boot_file);
        }
 
-#ifdef NO_LOAD_NOTE
-       loadflag = LOAD_KERNEL & ~LOAD_NOTE;
+#ifdef NO_LOAD_BACKWARDS
+       loadflag = LOAD_KERNEL & ~LOAD_BACKWARDS;
 #else
        loadflag = LOAD_KERNEL;
 #endif
diff -r 407ed1390b5e -r bf9e29bce6b6 sys/arch/alpha/stand/ustarboot/Makefile
--- a/sys/arch/alpha/stand/ustarboot/Makefile   Wed Aug 25 16:30:01 2010 +0000
+++ b/sys/arch/alpha/stand/ustarboot/Makefile   Wed Aug 25 16:30:44 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/02/03 12:49:00 tsutsui Exp $
+# $NetBSD: Makefile,v 1.8 2010/08/25 16:30:44 christos Exp $
 
 PROG = ustarboot
 
@@ -12,7 +12,7 @@
                -DLIBSA_SINGLE_DEVICE=blkdev \
                  -D"blkdevioctl(x,y,z)=EINVAL" \
                -DLIBSA_SINGLE_FILESYSTEM=ustarfs \
-               -DNO_LOAD_NOTE
+               -DNO_LOAD_BACKWARDS
 
 CLEANFILES+= ${PROG}.sym
 



Home | Main Index | Thread Index | Old Index