diff --git a/[refs] b/[refs] index 7d58d7e60bf4..de2801cdc208 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fc611a1a50caa04bae82ed3c1fc6505132f8343f +refs/heads/master: dce79affd5d04e9cbabe35016eda55213b9b36f6 diff --git a/trunk/include/asm-arm/elf.h b/trunk/include/asm-arm/elf.h index a1696ba238d3..7da97a937548 100644 --- a/trunk/include/asm-arm/elf.h +++ b/trunk/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