We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9852d85 commit ab23df1Copy full SHA for ab23df1
arch/arm64/kernel/asm-offsets.c
@@ -28,8 +28,6 @@
28
29
int main(void)
30
{
31
- DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
32
- BLANK();
33
DEFINE(TSK_TI_CPU, offsetof(struct task_struct, thread_info.cpu));
34
DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
35
DEFINE(TSK_TI_PREEMPT, offsetof(struct task_struct, thread_info.preempt_count));
0 commit comments