Deleted Added
full compact
42c42
< * $FreeBSD: head/sys/amd64/include/pmap.h 235598 2012-05-18 05:36:04Z alc $
---
> * $FreeBSD: head/sys/amd64/include/pmap.h 237168 2012-06-16 18:56:19Z alc $
311a312
> #define pmap_page_is_write_mapped(m) (((m)->aflags & PGA_WRITEABLE) != 0)