Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/arch/mac68k/mac68k Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/7b05ef7d28a1
branches:  netbsd-9
changeset: 458204:7b05ef7d28a1
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Aug 18 10:00:41 2019 +0000

description:
Pull up following revision(s) (requested by rin in ticket #87):

        sys/arch/mac68k/mac68k/machdep.c: revision 1.354

We've switched to 8KB page.

XXX
pullup to netbsd-9

diffstat:

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

diffs (27 lines):

diff -r 02dee6494538 -r 7b05ef7d28a1 sys/arch/mac68k/mac68k/machdep.c
--- a/sys/arch/mac68k/mac68k/machdep.c  Sun Aug 18 09:58:49 2019 +0000
+++ b/sys/arch/mac68k/mac68k/machdep.c  Sun Aug 18 10:00:41 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.353 2019/07/26 10:48:44 rin Exp $        */
+/*     $NetBSD: machdep.c,v 1.353.2.1 2019/08/18 10:00:41 martin Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -74,7 +74,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.353 2019/07/26 10:48:44 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.353.2.1 2019/08/18 10:00:41 martin Exp $");
 
 #include "opt_adb.h"
 #include "opt_copy_symtab.h"
@@ -812,7 +812,7 @@
 int
 get_top_of_ram(void)
 {
-       return ((mac68k_machine.mach_memsize * (1024 * 1024)) - 4096);
+       return ((mac68k_machine.mach_memsize * (1024 * 1024)) - PAGE_SIZE);
 }
 
 /*



Home | Main Index | Thread Index | Old Index