K 10 svn:author V 6 marcel K 8 svn:date V 27 2012-07-02T21:21:12.618582Z K 7 svn:log V 237 Fix a typo that resulted in or-ing PTE_UW twice whrn PTE_SW was needed. Note that setting the PTE_MODIFIED bit based on whether write is possible is incorrect. We should set PTE_MODIFIED based on whether the access is a write operation. END