diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-05-03 18:25:28 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-05-03 18:25:28 +0000 |
| commit | bbba90a2fbc7205ee4ed8bc75fc49d7da3ea70aa (patch) | |
| tree | 0c3b1f46b5c47403c2bc195d216720a937cd436c /sys/arch/cats/include | |
| parent | 1ffa7b76c40339c17a0fb2a09fac93f287cfc046 (diff) | |
Don't expose KERNEL_TEXT_BASE outside of board-specific code. This gives
individual board start-up code more flexibility about where the kernel
starts in the kernel address space.
Diffstat (limited to 'sys/arch/cats/include')
| -rw-r--r-- | sys/arch/cats/include/vmparam.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/cats/include/vmparam.h b/sys/arch/cats/include/vmparam.h index db963c5bbde..d8c7a552df2 100644 --- a/sys/arch/cats/include/vmparam.h +++ b/sys/arch/cats/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.19 2003/05/03 03:29:07 thorpej Exp $ */ +/* $NetBSD: vmparam.h,v 1.20 2003/05/03 18:25:30 thorpej Exp $ */ /* * Copyright (c) 1988 The Regents of the University of California. @@ -51,7 +51,6 @@ #define KERNEL_BASE 0xf0000000 /* Various constants used by the MD code*/ -#define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00000000) #define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000) /* * The Kernel VM Size varies depending on the machine depending on how |
