parisc: Remove unused constants from asm-offsets.c
authorHelge Deller <deller@gmx.de>
Sun, 24 Oct 2021 11:33:37 +0000 (13:33 +0200)
committerHelge Deller <deller@gmx.de>
Mon, 1 Nov 2021 06:36:01 +0000 (07:36 +0100)
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/asm-offsets.c

index 5d84b0f..e351540 100644 (file)
 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));