Date: Sun, 28 Jan 2018 15:33:33 +0000 (UTC) From: Michal Meloun <mmel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r328512 - head/sys/arm64/arm64 Message-ID: <201801281533.w0SFXX1u076909@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801281533.w0SFXX1u076909>