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