mm/mm_test.c : make WP bit invalid
yhshu opened this issue · 1 comments
yhshu commented
mm/mm_test.c
Line 133 ~ line 136
The code in line 135 is going to make WP valid, but the code comment in line 133 says it is going to make WP invalid.
So, I guess the right code should be
"andl $0x11101111, %%eax\n\t"
VOID001 commented
@lzw429 这是我的说明疏忽了,应该是 Make WP enabled (Write Protect enable)