mbox series

[0/3] Remove reference of TIF_USEDFPU on arch not using it

Message ID 20190208170315.10762-1-julien.grall@arm.com
Headers show
Series Remove reference of TIF_USEDFPU on arch not using it | expand

Message

Julien Grall Feb. 8, 2019, 5:03 p.m. UTC
Hi all,

This small patch series remove reference of TIF_USEDFPU on nds32, arm and
arm64 as the flag is not inuse.

Cheers,

Cc: Greentime Hu <green.hu@gmail.com>
Cc: Vincent Chen <deanbo422@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org

Julien Grall (3):
  nds32: Removed unused thread flag TIF_USEDFPU
  arm: Remove documentation about TIF_USEDFPU
  arm64: Remove documentation about TIF_USEDFPU

 arch/arm/include/asm/thread_info.h   | 1 -
 arch/arm64/include/asm/thread_info.h | 1 -
 arch/nds32/include/asm/thread_info.h | 2 --
 3 files changed, 4 deletions(-)

-- 
2.11.0

Comments

Julien Grall Feb. 8, 2019, 5:04 p.m. UTC | #1
Hi,

Sorry I made an error in the patches sent. Please ignore this series and look 
for the "RESEND" version.

Cheers,

On 08/02/2019 17:03, Julien Grall wrote:
> Hi all,

> 

> This small patch series remove reference of TIF_USEDFPU on nds32, arm and

> arm64 as the flag is not inuse.

> 

> Cheers,

> 

> Cc: Greentime Hu <green.hu@gmail.com>

> Cc: Vincent Chen <deanbo422@gmail.com>

> Cc: Russell King <linux@armlinux.org.uk>

> Cc: Catalin Marinas <catalin.marinas@arm.com>

> Cc: Will Deacon <will.deacon@arm.com>

> Cc: linux-arm-kernel@lists.infradead.org

> 

> Julien Grall (3):

>    nds32: Removed unused thread flag TIF_USEDFPU

>    arm: Remove documentation about TIF_USEDFPU

>    arm64: Remove documentation about TIF_USEDFPU

> 

>   arch/arm/include/asm/thread_info.h   | 1 -

>   arch/arm64/include/asm/thread_info.h | 1 -

>   arch/nds32/include/asm/thread_info.h | 2 --

>   3 files changed, 4 deletions(-)

> 


-- 
Julien Grall