Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100527
b: refs/heads/master
c: 72b59d6
h: refs/heads/master
i:
  100525: b1b386a
  100523: aa16eb0
  100519: db2455d
  100511: 967081a
v: v3
  • Loading branch information
Pekka Paalanen authored and Thomas Gleixner committed May 23, 2008
1 parent 2e5967c commit 7d6a6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25b0b44a1c732ccfc58095cdd8438955a0a19fff
refs/heads/master: 72b59d67f80983f7bb587b086fb4cb1bc95263a4
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ void mark_rodata_ro(void)
* The rodata section (but not the kernel text!) should also be
* not-executable.
*/
set_memory_nx(rodata_start, (end - start) >> PAGE_SHIFT);
set_memory_nx(rodata_start, (end - rodata_start) >> PAGE_SHIFT);

rodata_test();

Expand Down

0 comments on commit 7d6a6c4

Please sign in to comment.