Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/amiga/amiga Pull up revision 1.79 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/d5cc25dbf88a
branches:  netbsd-1-6
changeset: 527760:d5cc25dbf88a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jun 05 09:38:01 2002 +0000

description:
Pull up revision 1.79 (requested by aymeric in ticket #172):
Setting chipmem_start and chipmem_end to the same value (size of chip
memory) greatly confuses the chip memory allocator and can prevent
some systems from even starting the kernel.  Remove the initialization
of chipmem_start (it's initialized in locore.s).

diffstat:

 sys/arch/amiga/amiga/amiga_init.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r e1fb291a09cc -r d5cc25dbf88a sys/arch/amiga/amiga/amiga_init.c
--- a/sys/arch/amiga/amiga/amiga_init.c Wed Jun 05 09:32:06 2002 +0000
+++ b/sys/arch/amiga/amiga/amiga_init.c Wed Jun 05 09:38:01 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: amiga_init.c,v 1.77 2002/04/25 09:20:25 aymeric Exp $  */
+/*     $NetBSD: amiga_init.c,v 1.77.4.1 2002/06/05 09:38:01 lukem Exp $        */
 
 /*
  * Copyright (c) 1994 Michael L. Hitch
@@ -35,7 +35,7 @@
 #include "opt_p5ppc68kboard.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amiga_init.c,v 1.77 2002/04/25 09:20:25 aymeric Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amiga_init.c,v 1.77.4.1 2002/06/05 09:38:01 lukem Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -249,7 +249,6 @@
        RELOC(boot_cphysize, u_long) = cphysize;
 
        RELOC(machineid, int) = id;
-       RELOC(chipmem_start, vaddr_t) = cphysize;
        RELOC(chipmem_end, vaddr_t) = cphysize;
        RELOC(esym, char *) = esym_addr;
        RELOC(boot_flags, u_long) = flags;



Home | Main Index | Thread Index | Old Index