Author: jchandra
Date: Thu Dec  9 07:39:06 2010
New Revision: 216319
URL: http://svn.freebsd.org/changeset/base/216319

Log:
  Revert the vm/vm_page.c change in r216317.
  
  This adds back changes in r216141, which was reverted by the above
  check in.

Modified:
  head/sys/vm/vm_page.c

Modified: head/sys/vm/vm_page.c
==============================================================================
--- head/sys/vm/vm_page.c       Thu Dec  9 07:01:03 2010        (r216318)
+++ head/sys/vm/vm_page.c       Thu Dec  9 07:39:06 2010        (r216319)
@@ -430,7 +430,7 @@ vm_page_startup(vm_offset_t vaddr)
         */
        new_end = vm_reserv_startup(&vaddr, new_end, high_water);
 #endif
-#if defined(__amd64__)
+#if defined(__amd64__) || defined(__mips__)
        /*
         * pmap_map on amd64 and mips can come out of the direct-map, not kvm
         * like i386, so the pages must be tracked for a crashdump to include
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to