K 10 svn:author V 5 markj K 8 svn:date V 27 2020-10-27T13:27:47.608713Z K 7 svn:log V 361 arm64: Remove a racy KASSERT from pmap_remove_pages() PCPU_GET(curpmap) expands to multiple instructions on arm64, and if the current thread is migrated in between execution of those instructions, a stale value may be used in the assertion condition. Diagnosed by: mmel Reported by: mmel, Bob Prohaska Submitted by: alc MFC after: 1 week END