mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 22:24:09 +08:00
parisc: Remove unused constants from asm-offsets.c
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
98f2926171
commit
dc5292b280
@ -38,11 +38,6 @@
|
|||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
DEFINE(TASK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
|
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));
|
DEFINE(TASK_STACK, offsetof(struct task_struct, stack));
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
DEFINE(TASK_CPU, offsetof(struct task_struct, cpu));
|
DEFINE(TASK_CPU, offsetof(struct task_struct, cpu));
|
||||||
|
Loading…
Reference in New Issue
Block a user