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 Make this compile again: we don't need ...
details: https://anonhg.NetBSD.org/src/rev/6340e016e55b
branches: trunk
changeset: 502175:6340e016e55b
user: aymeric <aymeric%NetBSD.org@localhost>
date: Sat Jan 13 02:15:16 2001 +0000
description:
Make this compile again: we don't need to initialize PAGE_SIZE and friends
since they are now (preprocessor) constants.
diffstat:
sys/arch/amiga/amiga/amiga_init.c | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diffs (23 lines):
diff -r efe02eb21667 -r 6340e016e55b sys/arch/amiga/amiga/amiga_init.c
--- a/sys/arch/amiga/amiga/amiga_init.c Sat Jan 13 02:09:27 2001 +0000
+++ b/sys/arch/amiga/amiga/amiga_init.c Sat Jan 13 02:15:16 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: amiga_init.c,v 1.71 2000/06/29 08:44:03 mrg Exp $ */
+/* $NetBSD: amiga_init.c,v 1.72 2001/01/13 02:15:16 aymeric Exp $ */
/*
* Copyright (c) 1994 Michael L. Hitch
@@ -331,13 +331,6 @@
}
/*
- * update these as soon as possible!
- */
- RELOC(PAGE_SIZE, u_int) = NBPG;
- RELOC(PAGE_MASK, u_int) = NBPG-1;
- RELOC(PAGE_SHIFT, u_int) = PG_SHIFT;
-
- /*
* assume KVA_MIN == 0. We subtract the kernel code (and
* the configdev's and memlists) from the virtual and
* phsical starts and ends.
Home |
Main Index |
Thread Index |
Old Index