summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/thread_info.h
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2010-07-02 14:19:35 -0400
committerChris Metcalf <cmetcalf@tilera.com>2010-07-06 13:42:15 -0400
commitef06f55a5c936a395f3ee2e1237bbebdb4396c65 (patch)
treefce333d35dc147020a773ec36cfdb17690e2f00a /arch/tile/include/asm/thread_info.h
parentbcd97c3f9a385e8e658a416cd72dd65ca0eeb544 (diff)
downloadop-kernel-dev-ef06f55a5c936a395f3ee2e1237bbebdb4396c65.zip
op-kernel-dev-ef06f55a5c936a395f3ee2e1237bbebdb4396c65.tar.gz
arch/tile: catch up on various minor cleanups.
None of these changes fix any actual bugs, but are just various cleanups that fell out along the way. In particular, some unused #defines and includes are removed, PREFETCH_STRIDE is added (the default is right for our shipping chips, but wrong for our next generation), our tile-specific prefetching code is removed so the (identical) generic prefetching code can be used instead, a comment is fixed to be proper GPL and not just a "paste GPL here" token, a "//" comment is converted to "/* */", etc. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/tile/include/asm/thread_info.h')
-rw-r--r--arch/tile/include/asm/thread_info.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/tile/include/asm/thread_info.h b/arch/tile/include/asm/thread_info.h
index beec872..3872f2b 100644
--- a/arch/tile/include/asm/thread_info.h
+++ b/arch/tile/include/asm/thread_info.h
@@ -150,11 +150,6 @@ extern void cpu_idle_on_new_stack(struct thread_info *old_ti,
#endif
#define TS_POLLING 0x0004 /* in idle loop but not sleeping */
#define TS_RESTORE_SIGMASK 0x0008 /* restore signal mask in do_signal */
-#define TS_EXEC_HASH_SET 0x0010 /* apply TS_EXEC_HASH_xxx flags */
-#define TS_EXEC_HASH_RO 0x0020 /* during exec, hash r/o segments */
-#define TS_EXEC_HASH_RW 0x0040 /* during exec, hash r/w segments */
-#define TS_EXEC_HASH_STACK 0x0080 /* during exec, hash the stack */
-#define TS_EXEC_HASH_FLAGS 0x00f0 /* mask for TS_EXEC_HASH_xxx flags */
#define tsk_is_polling(t) (task_thread_info(t)->status & TS_POLLING)
OpenPOWER on IntegriCloud