diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2004-07-21 22:02:48 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-07-21 22:02:48 +0000 |
| commit | 6933f3a5ca4d6626eb53dbbcf79f5d8aecec60eb (patch) | |
| tree | ba8b9dbd551081918340cd18abfd1d83b90e701c /sys | |
| parent | 01e9ccbd9c946d40fd4b4176a7c8c346ee61315a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arm/include/pmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h index 4b9c91e10cd9b..36074ad34c3ef 100644 --- a/sys/arm/include/pmap.h +++ b/sys/arm/include/pmap.h @@ -119,6 +119,7 @@ pmap_akextract(vm_offset_t va) #endif +#define pmap_page_is_mapped(m) (!TAILQ_EMPTY(&(m)->md.pv_list)) /* * Pmap sutff */ |
