summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-11-13 13:04:53 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2024-11-13 13:18:12 +0100
commit2e9a2c624e5249d6ee754c372677a93c6d9ebd42 (patch)
treea6c1669aaf5be785c90dd5b7141e4acc13d178d3 /arch/mips
parentMerge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEAD (diff)
parentDocumentation: kvm: reorganize introduction (diff)
downloadlinux-2e9a2c624e5249d6ee754c372677a93c6d9ebd42.tar.xz
linux-2e9a2c624e5249d6ee754c372677a93c6d9ebd42.zip
Merge branch 'kvm-docs-6.13' into HEAD
- Drop obsolete references to PPC970 KVM, which was removed 10 years ago. - Fix incorrect references to non-existing ioctls - List registers supported by KVM_GET/SET_ONE_REG on s390 - Use rST internal links - Reorganize the introduction to the API document
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/kernel/cmpxchg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/cmpxchg.c b/arch/mips/kernel/cmpxchg.c
index e974a4954df8..c371def2302d 100644
--- a/arch/mips/kernel/cmpxchg.c
+++ b/arch/mips/kernel/cmpxchg.c
@@ -102,3 +102,4 @@ unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old,
return old;
}
}
+EXPORT_SYMBOL(__cmpxchg_small);