kernel-hacking-2024-linux-s.../arch/xtensa
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
..
boot
configs tokenring: delete all remaining driver support 2012-05-15 20:23:16 -04:00
include/asm sanitize tsk_is_polling() 2012-10-01 09:58:13 -04:00
kernel xtensa: can't get to do_notify_resume() when user_mode(regs) is not true 2012-10-01 09:58:09 -04:00
lib
mm xtensa/mm/fault.c: port OOM changes to do_page_fault 2012-07-30 17:25:11 -07:00
platforms
variants xtensa: Change mail addresses of Hannes Weiner and Oskar Schirmer 2012-05-17 22:47:41 +02:00
Kconfig xtensa: select generic atomic64_t support 2012-07-31 18:42:39 -07:00
Kconfig.debug
Makefile xtensa: use "test -e" instead of bashism "test -a" 2012-06-20 14:39:35 -07:00