diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2004-06-19 20:50:50 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-06-19 20:50:50 +0000 |
| commit | 98e9ea60a58329cfb298c6bd83dd3a50192def3d (patch) | |
| tree | 7064929029757864e44784c189a824d36a4908c7 /sys | |
| parent | 255eea9a74b7dc91227147f6322df40cbfb1024c (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arm/arm/pmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/arm/pmap.c b/sys/arm/arm/pmap.c index 1303acf73554d..2dce2ae0c0df3 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 |
