Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362176
b: refs/heads/master
c: c40e364
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Boyd authored and Russell King committed Mar 22, 2013
1 parent a7c7ebf commit 83188f1
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: e651eab0af88aa7a281fe9e8c36c0846552aa7fc
refs/heads/master: c40e3641670eb6ebfdb71d4b0c775416ef95f4f0
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ static void __init setup_processor(void)
list->elf_name, ENDIANNESS);
elf_hwcap = list->elf_hwcap;
#ifndef CONFIG_ARM_THUMB
elf_hwcap &= ~HWCAP_THUMB;
elf_hwcap &= ~(HWCAP_THUMB | HWCAP_IDIVT);
#endif

feat_v6_fixup();
Expand Down

0 comments on commit 83188f1

Please sign in to comment.