diff options
author | Helge Deller <deller@gmx.de> | 2021-10-24 13:33:37 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2021-11-01 07:36:01 +0100 |
commit | dc5292b280891c56fca0cfcfd4505347dcabb228 (patch) | |
tree | 7e234290cb5a65484579ff24680ade4e5c14c897 /arch | |
parent | 98f2926171aea858b074b714bb6e111d51fa747d (diff) | |
download | linux-stable-dc5292b280891c56fca0cfcfd4505347dcabb228.tar.gz linux-stable-dc5292b280891c56fca0cfcfd4505347dcabb228.tar.bz2 linux-stable-dc5292b280891c56fca0cfcfd4505347dcabb228.zip |
parisc: Remove unused constants from asm-offsets.c
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/parisc/kernel/asm-offsets.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/parisc/kernel/asm-offsets.c b/arch/parisc/kernel/asm-offsets.c index 5d84b0f78c2a..e35154035441 100644 --- a/arch/parisc/kernel/asm-offsets.c +++ b/arch/parisc/kernel/asm-offsets.c @@ -38,11 +38,6 @@ int main(void) { DEFINE(TASK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags)); - DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, pending)); - DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace)); - DEFINE(TASK_MM, offsetof(struct task_struct, mm)); - DEFINE(TASK_PERSONALITY, offsetof(struct task_struct, personality)); - DEFINE(TASK_PID, offsetof(struct task_struct, pid)); DEFINE(TASK_STACK, offsetof(struct task_struct, stack)); #ifdef CONFIG_SMP DEFINE(TASK_CPU, offsetof(struct task_struct, cpu)); |