diff options
| author | Tiwei Bie <tiwei.btw@antgroup.com> | 2024-11-28 16:31:37 +0800 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2025-01-10 13:49:57 +0100 |
| commit | 7ee1e43a5f493a1332af3ac668cc2a87515c1622 (patch) | |
| tree | 3c72adb0d9c617620fe177862559e8434d661a69 /arch/x86/um/shared/sysdep | |
| parent | um: Remove unused THREAD_NAME_LEN macro (diff) | |
| download | linux-7ee1e43a5f493a1332af3ac668cc2a87515c1622.tar.gz linux-7ee1e43a5f493a1332af3ac668cc2a87515c1622.zip | |
um: Remove unused user_context function
It's no longer used since commit 6aa802ce6acc ("uml: throw out
CHOOSE_MODE").
Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Link: https://patch.msgid.link/20241128083137.2219830-10-tiwei.btw@antgroup.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'arch/x86/um/shared/sysdep')
| -rw-r--r-- | arch/x86/um/shared/sysdep/ptrace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/um/shared/sysdep/ptrace.h b/arch/x86/um/shared/sysdep/ptrace.h index 2dd4ca6713f8..8f7476ff6e95 100644 --- a/arch/x86/um/shared/sysdep/ptrace.h +++ b/arch/x86/um/shared/sysdep/ptrace.h @@ -74,8 +74,6 @@ struct uml_pt_regs { #define UPT_FAULTINFO(r) (&(r)->faultinfo) #define UPT_IS_USER(r) ((r)->is_user) -extern int user_context(unsigned long sp); - extern int arch_init_registers(int pid); #endif /* __SYSDEP_X86_PTRACE_H */ |
