Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/amiga Remove conflicting declaration of physmem
details: https://anonhg.NetBSD.org/src/rev/ad1c38018522
branches: trunk
changeset: 349777:ad1c38018522
user: maya <maya%NetBSD.org@localhost>
date: Fri Dec 23 07:40:05 2016 +0000
description:
Remove conflicting declaration of physmem
diffstat:
sys/arch/amiga/amiga/machdep.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r dae86f859b8b -r ad1c38018522 sys/arch/amiga/amiga/machdep.c
--- a/sys/arch/amiga/amiga/machdep.c Fri Dec 23 07:15:27 2016 +0000
+++ b/sys/arch/amiga/amiga/machdep.c Fri Dec 23 07:40:05 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.246 2016/04/02 08:16:54 mlelstv Exp $ */
+/* $NetBSD: machdep.c,v 1.247 2016/12/23 07:40:05 maya Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -50,7 +50,7 @@
#include "empm.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.246 2016/04/02 08:16:54 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.247 2016/12/23 07:40:05 maya Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -141,7 +141,6 @@
int machineid;
int maxmem; /* max memory per process */
-extern int physmem; /* max supported memory, changes to actual */
extern int freebufspace;
extern u_int lowram;
Home |
Main Index |
Thread Index |
Old Index