Richard Kuo
e1858b2a21
Hexagon: Copyright marking changes
...
Code Aurora Forum (CAF) is becoming a part of Linux Foundation Labs.
Signed-off-by: Richard Kuo <rkuo@codeaurora.org >
2012-10-18 17:07:21 -05:00
Al Viro
8ca8230b71
bury the rest of TIF_IRET
...
Some architectures had blindly copied it for no reason whatsoever.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2012-10-01 09:58:13 -04:00
Al Viro
16a8016372
sanitize tsk_is_polling()
...
Make default just return 0. The current default (checking
TIF_POLLING_NRFLAG) is taken to architectures that need it;
ones that don't do polling in their idle threads don't need
to defined TIF_POLLING_NRFLAG at all.
ia64 defined both TS_POLLING (used by its tsk_is_polling())
and TIF_POLLING_NRFLAG (not used at all). Killed the latter...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2012-10-01 09:58:13 -04:00
Al Viro
8af4efac26
bury _TIF_RESTORE_SIGMASK
...
never used...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
2012-10-01 09:58:12 -04:00
Thomas Gleixner
fe844052bc
hexagon: Use common threadinfo allocator
...
The core now has a threadinfo allocator which uses a kmemcache when
THREAD_SIZE < PAGE_SIZE.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Cc: Richard Kuo <rkuo@codeaurora.org >
Link: http://lkml.kernel.org/r/20120505150141.812612113@linutronix.de
2012-05-08 14:08:45 +02:00
Richard Kuo
52f710249e
Hexagon: Add threadinfo
...
Signed-off-by: Richard Kuo <rkuo@codeaurora.org >
Acked-by: Arnd Bergmann <arnd@arndb.de >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2011-11-01 07:34:18 -07:00