summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-04-03 06:07:45 +0000
committerimp <imp@FreeBSD.org>2008-04-03 06:07:45 +0000
commit01156d94e4f5f7496dbb43ff70615afcfec6d1e2 (patch)
treef57368145f5fba41165b645f2e158d14ea1b144f /sys/arm
parentccc0d181bf7aa04b1356f1babb6ef172999f5d4d (diff)
downloadFreeBSD-src-01156d94e4f5f7496dbb43ff70615afcfec6d1e2.zip
FreeBSD-src-01156d94e4f5f7496dbb43ff70615afcfec6d1e2.tar.gz
Remove unnecessary #define.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/at91/kb920x_machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/at91/kb920x_machdep.c b/sys/arm/at91/kb920x_machdep.c
index 23f1152..ddc2277 100644
--- a/sys/arm/at91/kb920x_machdep.c
+++ b/sys/arm/at91/kb920x_machdep.c
@@ -312,7 +312,6 @@ initarm(void *arg, void *arg2)
pcpu_init(pcpup, 0, sizeof(struct pcpu));
PCPU_SET(curthread, &thread0);
-#define KERNEL_TEXT_BASE (KERNBASE)
freemempos = (lastaddr + PAGE_MASK) & ~PAGE_MASK;
/* Define a macro to simplify memory allocation */
#define valloc_pages(var, np) \
OpenPOWER on IntegriCloud