linux-kernel-test/arch
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
..
alpha sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
arm sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
avr32 sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
blackfin sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
c6x sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
cris sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
frv sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
h8300 sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
hexagon sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
ia64 sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
m32r sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
m68k m68k: switch to generic sys_execve()/kernel_execve() 2012-10-01 00:44:44 -04:00
microblaze sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
mips sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
mn10300 sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
openrisc sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
parisc sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
powerpc sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
s390 sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
score sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
sh sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
sparc sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
tile get rid of generic instances of asm/exec.h 2012-09-20 09:51:02 -04:00
um sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
unicore32 bury _TIF_RESTORE_SIGMASK 2012-10-01 09:58:12 -04:00
x86 um: switch to generic kernel_thread() 2012-09-30 22:53:32 -04:00
xtensa sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
.gitignore
Kconfig preparation for generic kernel_thread() 2012-09-30 13:35:55 -04:00