neel 44e6cbd7c8 vm_phys_fictitious_reg_range() was losing the 'memattr' because it would be
reset by pmap_page_init() right after being initialized in vm_page_initfake().

The statement above is with reference to the amd64 implementation of
pmap_page_init().

Fix this by calling 'pmap_page_init()' in 'vm_page_initfake()' before changing
the 'memattr'.

Reviewed by:	kib
MFC after:	2 weeks
2013-07-03 23:38:37 +00:00
..
2013-06-08 13:30:13 +00:00
2013-07-03 20:22:12 +00:00
2013-07-03 10:31:45 +00:00
2013-07-03 07:31:07 +00:00
2013-05-12 16:43:26 +00:00
2013-07-03 18:48:43 +00:00
2013-06-01 12:21:59 +00:00
2013-04-17 11:45:15 +00:00
2013-07-02 07:17:56 +00:00
2013-06-18 06:55:58 +00:00