Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ofppc/ofppc Catch up with rev. 1.5 of ../include/cp...



details:   https://anonhg.NetBSD.org/src/rev/b1de18f21f8f
branches:  trunk
changeset: 477134:b1de18f21f8f
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Tue Oct 12 00:34:21 1999 +0000

description:
Catch up with rev. 1.5 of ../include/cpu.h where we added a new routine
w/o adding a fake_ initializer for it. :-(

diffstat:

 sys/arch/ofppc/ofppc/machdep.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0725439fd0c7 -r b1de18f21f8f sys/arch/ofppc/ofppc/machdep.c
--- a/sys/arch/ofppc/ofppc/machdep.c    Tue Oct 12 00:16:42 1999 +0000
+++ b/sys/arch/ofppc/ofppc/machdep.c    Tue Oct 12 00:34:21 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.43 1999/09/17 20:04:46 thorpej Exp $     */
+/*     $NetBSD: machdep.c,v 1.44 1999/10/12 00:34:21 wrstuden Exp $    */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -106,6 +106,7 @@
        fake_spl,
        fake_spl,
        fake_spl,
+       fake_spl,
        fake_splx,
        fake_setsoft,
        fake_setsoft,



Home | Main Index | Thread Index | Old Index