aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/sys-x86_64/kernel-offsets.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--arch/um/sys-x86_64/kernel-offsets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/sys-x86_64/kernel-offsets.c b/arch/um/sys-x86_64/kernel-offsets.c
index 998541eade41..bfcb104b846e 100644
--- a/arch/um/sys-x86_64/kernel-offsets.c
+++ b/arch/um/sys-x86_64/kernel-offsets.c
@@ -19,7 +19,7 @@
void foo(void)
{
#ifdef CONFIG_MODE_TT
- OFFSET(TASK_EXTERN_PID, task_struct, thread.mode.tt.extern_pid);
+ OFFSET(HOST_TASK_EXTERN_PID, task_struct, thread.mode.tt.extern_pid);
#endif
#include <common-offsets.h>
}