Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164305
b: refs/heads/master
c: 8d0cc63
h: refs/heads/master
i:
  164303: 42790c9
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Sep 20, 2009
1 parent 3675f14 commit c35dc92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5f68563996e812f9ca35b3939ad2a42e5d254d66
refs/heads/master: 8d0cc631f6dd0a9283ceb7d61d8b85ecbcd355ea
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ PHDRS {
text PT_LOAD FLAGS(5); /* R_E */
data PT_LOAD FLAGS(7); /* RWE */
#ifdef CONFIG_X86_64
user PT_LOAD FLAGS(7); /* RWE */
user PT_LOAD FLAGS(5); /* R_E */
#ifdef CONFIG_SMP
percpu PT_LOAD FLAGS(7); /* RWE */
percpu PT_LOAD FLAGS(6); /* RW_ */
#endif
init PT_LOAD FLAGS(7); /* RWE */
#endif
Expand Down

0 comments on commit c35dc92

Please sign in to comment.