summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-06-19 20:50:50 +0000
committercognet <cognet@FreeBSD.org>2004-06-19 20:50:50 +0000
commit50ab7a0a58ea5ad297d02ed0fa4fc28f5457a882 (patch)
tree7064929029757864e44784c189a824d36a4908c7 /sys/arm
parent742a1468a76ef0fe75b3436c457bbd74028e80a1 (diff)
downloadFreeBSD-src-50ab7a0a58ea5ad297d02ed0fa4fc28f5457a882.zip
FreeBSD-src-50ab7a0a58ea5ad297d02ed0fa4fc28f5457a882.tar.gz
Fix compilation for Xscale.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/arm/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/arm/pmap.c b/sys/arm/arm/pmap.c
index 1303acf..2dce2ae 100644
--- a/sys/arm/arm/pmap.c
+++ b/sys/arm/arm/pmap.c
@@ -4189,7 +4189,7 @@ pmap_copy_page_xscale(vm_paddr_t src, vm_paddr_t dst)
* the duration of the copy so that no other mappings can
* be created while we have a potentially aliased mapping.
*/
- (void) pmap_clean_page(src_pg->md.pvh_list, TRUE);
+ (void) pmap_clean_page(TAILQ_FIRST(&src_pg->md.pv_list), TRUE);
/*
* Map the pages into the page hook points, copy them, and purge
OpenPOWER on IntegriCloud