minimal removal of simplelock to eliminate lock.h dependency
authortedu <tedu@openbsd.org>
Wed, 17 Dec 2014 19:39:20 +0000 (19:39 +0000)
committertedu <tedu@openbsd.org>
Wed, 17 Dec 2014 19:39:20 +0000 (19:39 +0000)
sys/arch/sparc64/include/pmap.h

index e7556b4..c22ae4a 100644 (file)
@@ -119,7 +119,6 @@ struct pmap {
         */
        paddr_t pm_physaddr;    /* physical address of pm_segs */
        int64_t *pm_segs;
-       struct simplelock pm_lock;
 
        struct pmap_statistics pm_stats;
 };