Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/x86/x86



Module Name:    src
Committed By:   reinoud
Date:           Mon Jun 23 14:47:51 UTC 2008

Modified Files:
        src/sys/arch/x86/x86: pmap.c

Log Message:
Fix compilation of pmap.c when
-               mutex_enter(&pmap1->pm_obj.vmobjlock);
-               mutex_enter(&pmap2->pm_obj.vmobjlock);
+               mutex_enter(&pmap1->pm_lock);
+               mutex_enter(&pmap2->pm_lock);


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/arch/x86/x86/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index