Skip to content

Commit

Permalink
nds32: Removed unused thread flag TIF_USEDFPU
Browse files Browse the repository at this point in the history
The bit TIF_USEDFPU is not used in the nds32 code.

Signed-off-by: Julien Grall <[email protected]>
Cc: Greentime Hu <[email protected]>
Cc: Vincent Chen <[email protected]>
Acked-by: Greentime Hu <[email protected]>
Signed-off-by: Greentime Hu <[email protected]>
  • Loading branch information
Julien Grall authored and Greentime Hu committed May 7, 2019
1 parent e93c9c9 commit e1bf776
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/nds32/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,13 @@ struct thread_info {
* TIF_SIGPENDING - signal pending
* TIF_NEED_RESCHED - rescheduling necessary
* TIF_NOTIFY_RESUME - callback before returning to user
* TIF_USEDFPU - FPU was used by this task this quantum (SMP)
* TIF_POLLING_NRFLAG - true if poll_idle() is polling TIF_NEED_RESCHED
*/
#define TIF_SIGPENDING 1
#define TIF_NEED_RESCHED 2
#define TIF_SINGLESTEP 3
#define TIF_NOTIFY_RESUME 4 /* callback before returning to user */
#define TIF_SYSCALL_TRACE 8
#define TIF_USEDFPU 16
#define TIF_POLLING_NRFLAG 17
#define TIF_MEMDIE 18
#define TIF_FREEZE 19
Expand Down

0 comments on commit e1bf776

Please sign in to comment.