Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131562
b: refs/heads/master
c: 9da616f
h: refs/heads/master
v: v3
  • Loading branch information
Makito SHIOKAWA authored and Russell King committed Feb 19, 2009
1 parent 42417e1 commit 3a9ec55
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: 41f3103fcfffff096c34f5267d7c9a26b44d89d3
refs/heads/master: 9da616fb9946c8d65387052e5a538b8f54ddb292
4 changes: 2 additions & 2 deletions trunk/arch/arm/kernel/elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ EXPORT_SYMBOL(elf_set_personality);
*/
int arm_elf_read_implies_exec(const struct elf32_hdr *x, int executable_stack)
{
if (executable_stack != EXSTACK_ENABLE_X)
if (executable_stack != EXSTACK_DISABLE_X)
return 1;
if (cpu_architecture() <= CPU_ARCH_ARMv6)
if (cpu_architecture() < CPU_ARCH_ARMv6)
return 1;
return 0;
}
Expand Down

0 comments on commit 3a9ec55

Please sign in to comment.