Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2005 00:19:05 GMT
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 88492 for review
Message-ID:  <200512210019.jBL0J58o045285@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=88492

Change 88492 by cognet@cognet on 2005/12/21 00:18:24

	Remove the now hopefully uneeded PA == VA mapping hack.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#14 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#14 (text+ko) ====

@@ -271,12 +271,6 @@
 	pmap_map_chunk(l1pagetable, KERNBASE, KERNPHYSADDR,
 	   (((uint32_t)(&end) - KERNBASE) + PAGE_SIZE) & ~(PAGE_SIZE - 1),
 	    VM_PROT_READ|VM_PROT_WRITE, PTE_CACHE);
-#if 1
-	/* XXX PA == VA XXX */
-	pmap_map_chunk(l1pagetable, KERNPHYSADDR, KERNPHYSADDR,
-	  (((uint32_t)(&end) - KERNBASE) + L1_S_SIZE) & ~(L1_S_SIZE - 1),
-	    VM_PROT_READ|VM_PROT_WRITE, PTE_CACHE);
-#endif
 	afterkern = round_page(((vm_offset_t)&end + L1_S_SIZE) & ~(L1_S_SIZE 
 	    - 1));
 	for (i = 0; i < KERNEL_PT_AFKERNEL_NUM; i++) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512210019.jBL0J58o045285>