diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2007-03-27 06:29:19 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-03-27 06:29:19 +0000 |
| commit | 45c4f0cbc3670cd6f8f5776bb8838ffe499910b3 (patch) | |
| tree | e3de29f69136a239548d7b24ff563b56f5221776 /sys | |
| parent | f3ea971bf077874d1e5a2c2c7fa7dd5ef0c4a823 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arm/at91/kb920x_machdep.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/arm/at91/kb920x_machdep.c b/sys/arm/at91/kb920x_machdep.c index 7cb5af508730..9766420e3bb4 100644 --- a/sys/arm/at91/kb920x_machdep.c +++ b/sys/arm/at91/kb920x_machdep.c @@ -136,7 +136,6 @@ struct pv_addr irqstack; struct pv_addr undstack; struct pv_addr abtstack; struct pv_addr kernelstack; -struct pv_addr minidataclean; static struct trapframe proc0_tf; @@ -355,7 +354,6 @@ initarm(void *arg, void *arg2) valloc_pages(abtstack, ABT_STACK_SIZE); valloc_pages(undstack, UND_STACK_SIZE); valloc_pages(kernelstack, KSTACK_PAGES); - alloc_pages(minidataclean.pv_pa, 1); valloc_pages(msgbufpv, round_page(MSGBUF_SIZE) / PAGE_SIZE); /* * Now we start construction of the L1 page table @@ -379,9 +377,6 @@ initarm(void *arg, void *arg2) pmap_link_l2pt(l1pagetable, afterkern + i * 0x00100000, &kernel_pt_table[KERNEL_PT_AFKERNEL + i]); } - pmap_map_entry(l1pagetable, afterkern, minidataclean.pv_pa, - VM_PROT_READ|VM_PROT_WRITE, PTE_CACHE); - /* Map the vector page. */ pmap_map_entry(l1pagetable, ARM_VECTORS_HIGH, systempage.pv_pa, |
