aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sh/kernel/asm-offsets.c
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2014-07-13 17:37:45 +0200
committerRichard Weinberger <richard@nod.at>2015-04-12 20:58:25 +0200
commitdaea906dd31843edc062faba82cd43c8b720305d (patch)
tree5bbf09b0674af4c16febe881b365e9e98b0c379c /arch/sh/kernel/asm-offsets.c
parents390: Remove signal translation and exec_domain (diff)
downloadwireguard-linux-daea906dd31843edc062faba82cd43c8b720305d.tar.xz
wireguard-linux-daea906dd31843edc062faba82cd43c8b720305d.zip
sh: Remove signal translation and exec_domain
As execution domain support is gone we can remove signal translation from the signal code and remove exec_domain from thread_info. Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/sh/kernel/asm-offsets.c')
-rw-r--r--arch/sh/kernel/asm-offsets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/asm-offsets.c b/arch/sh/kernel/asm-offsets.c
index 542225fedb11..4bd44da910f3 100644
--- a/arch/sh/kernel/asm-offsets.c
+++ b/arch/sh/kernel/asm-offsets.c
@@ -21,7 +21,6 @@ int main(void)
{
/* offsets into the thread_info struct */
DEFINE(TI_TASK, offsetof(struct thread_info, task));
- DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain));
DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));