diff options
author | 2024-04-23 20:58:53 +0800 | |
---|---|---|
committer | 2024-04-30 14:14:08 +0200 | |
commit | 2cbade17b18c0f0fd9963f26c9fc9b057eb1cb3a (patch) | |
tree | dc2447e8934e73ac9b87769554530eedf744d2ea /tools/perf/scripts/python/export-to-postgresql.py | |
parent | um: Fix -Wmissing-prototypes warnings for (rt_)sigreturn (diff) | |
download | wireguard-linux-2cbade17b18c0f0fd9963f26c9fc9b057eb1cb3a.tar.xz wireguard-linux-2cbade17b18c0f0fd9963f26c9fc9b057eb1cb3a.zip |
um: Fix the -Wmissing-prototypes warning for __switch_mm
The __switch_mm function is defined in the user code, and is called
by the kernel code. It should be declared in a shared header.
Fixes: 4dc706c2f292 ("um: take um_mmu.h to asm/mmu.h, clean asm/mmu_context.h a bit")
Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions