diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-30 17:39:56 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-30 17:39:56 +0200 |
commit | 1dd465cac8d3ba18a9840d032f6604147269c031 (patch) | |
tree | 78f00fdeae26d018def75e7517aa50e56f4994df /include | |
parent | Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6 (diff) | |
parent | [ARM] 2940/1: Fix BTB entry flush in arch/arm/mm/cache-v6.S (diff) | |
download | linux-1dd465cac8d3ba18a9840d032f6604147269c031.tar.xz linux-1dd465cac8d3ba18a9840d032f6604147269c031.zip |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/elf.h b/include/asm-arm/elf.h index a1696ba238d3..7da97a937548 100644 --- a/include/asm-arm/elf.h +++ b/include/asm-arm/elf.h @@ -124,6 +124,8 @@ do { \ if (((ex).e_flags & EF_ARM_EABI_MASK) || \ ((ex).e_flags & EF_ARM_SOFT_FLOAT)) \ set_thread_flag(TIF_USING_IWMMXT); \ + else \ + clear_thread_flag(TIF_USING_IWMMXT); \ } while (0) #endif |