Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179610
b: refs/heads/master
c: a7b2296
h: refs/heads/master
v: v3
  • Loading branch information
Rabin Vincent authored and Russell King committed Jan 18, 2010
1 parent 7bfbcb6 commit 049a1f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: b53e9b5ebd5c6e718f54bcacd4e97b71533ca681
refs/heads/master: a7b22962776109b5bfe3a3efa4f42622318c547d
9 changes: 0 additions & 9 deletions trunk/arch/arm/kernel/elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,6 @@ int arm_elf_read_implies_exec(const struct elf32_hdr *x, int executable_stack)
return 1;
if (cpu_architecture() < CPU_ARCH_ARMv6)
return 1;
#if !defined(CONFIG_AEABI) || defined(CONFIG_OABI_COMPAT)
/*
* If we have support for OABI programs, we can never allow NX
* support - our signal syscall restart mechanism relies upon
* being able to execute code placed on the user stack.
*/
return 1;
#else
return 0;
#endif
}
EXPORT_SYMBOL(arm_elf_read_implies_exec);

0 comments on commit 049a1f8

Please sign in to comment.