Author: mmel
Date: Sun Jan 28 15:33:32 2018
New Revision: 328512
URL: https://svnweb.freebsd.org/changeset/base/328512

Log:
  Remove #endif forgotten in r328510.
  
  Pointy hat: mmel

Modified:
  head/sys/arm64/arm64/pmap.c

Modified: head/sys/arm64/arm64/pmap.c
==============================================================================
--- head/sys/arm64/arm64/pmap.c Sun Jan 28 15:20:45 2018        (r328511)
+++ head/sys/arm64/arm64/pmap.c Sun Jan 28 15:33:32 2018        (r328512)
@@ -3070,7 +3070,6 @@ validate:
                            "pmap %p va 0x%#lx pte 0x%lx",
                            __func__, pmap, va, new_l3);
                }
-#endif
        } else {
                /* New mappig */
                pmap_load_store(l3, new_l3);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to