summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/evbarm/include')
-rw-r--r--sys/arch/evbarm/include/vmparam.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/evbarm/include/vmparam.h b/sys/arch/evbarm/include/vmparam.h
index 2e33c1763a9..2f7f876ff19 100644
--- a/sys/arch/evbarm/include/vmparam.h
+++ b/sys/arch/evbarm/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.17 2003/05/03 03:29:08 thorpej Exp $ */
+/* $NetBSD: vmparam.h,v 1.18 2003/05/03 18:25:31 thorpej Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -52,7 +52,6 @@
#ifndef ARM32_NEW_VM_LAYOUT
/* Various constants used by the MD code*/
-#define KERNEL_TEXT_BASE (KERNEL_BASE + 0x00200000)
#define KERNEL_VM_BASE (KERNEL_BASE + 0x01000000)
#endif
/*