From 4e8239cdca8a2570ce239520fa076939c250f158 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 25 Aug 1998 21:50:54 +0000 Subject: [PATCH] Removed a number of kernel constants as they have moved to vmparam.h --- sys/arch/arm32/include/param.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/sys/arch/arm32/include/param.h b/sys/arch/arm32/include/param.h index 6e9511d3888d..e97ac2ef2c19 100644 --- a/sys/arch/arm32/include/param.h +++ b/sys/arch/arm32/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.13 1998/06/02 20:33:01 mark Exp $ */ +/* $NetBSD: param.h,v 1.14 1998/08/25 21:50:54 mark Exp $ */ /* * Copyright (c) 1994,1995 Mark Brinicombe. @@ -144,18 +144,6 @@ */ #define bdbtofsb(bn) ((bn) / (BLKDEV_IOSIZE / DEV_BSIZE)) -/* Define various base addresses and sizes */ - -#define KERNEL_BASE 0xf0000000 -#define KERNEL_VM_BASE 0xf1000000 -#define KERNEL_VM_SIZE 0x01ffffff -#define PAGE_DIRS_BASE 0xf3000000 -#define ALT_PAGE_TBLS_BASE 0xf3c00000 -#define CURRENT_PAGEDIR_BASE 0xeffd4000 -#define PROCESS_PAGE_TBLS_BASE 0xefc00000 - -#define KERNBASE KERNEL_BASE - /* Constants used to divide the USPACE area */ /*