summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
diff options
context:
space:
mode:
authorLinus Torvalds2014-09-22 20:58:23 +0200
committerLinus Torvalds2014-09-22 20:58:23 +0200
commitb0e2a55c6536f255ebe80bc84c3f565c2a8f2a9d (patch)
tree24365eb740701b3a142277679cb3a057a3107ee9 /arch/mips/mm
parentMerge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff)
parentKVM: correct null pid check in kvm_vcpu_yield_to() (diff)
downloadkernel-qcow2-linux-b0e2a55c6536f255ebe80bc84c3f565c2a8f2a9d.tar.gz
kernel-qcow2-linux-b0e2a55c6536f255ebe80bc84c3f565c2a8f2a9d.tar.xz
kernel-qcow2-linux-b0e2a55c6536f255ebe80bc84c3f565c2a8f2a9d.zip
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM fixes from Paolo Bonzini: "Two very simple bugfixes, affecting all supported architectures" [ Two? There's three commits in here. Oh well, I guess Paolo didn't count the preparatory symbol export ] * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: correct null pid check in kvm_vcpu_yield_to() KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn() mm: export symbol dependencies of is_zero_pfn()
Diffstat (limited to 'arch/mips/mm')
-rw-r--r--arch/mips/mm/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c
index 571aab064936..f42e35e42790 100644
--- a/arch/mips/mm/init.c
+++ b/arch/mips/mm/init.c
@@ -53,6 +53,7 @@
*/
unsigned long empty_zero_page, zero_page_mask;
EXPORT_SYMBOL_GPL(empty_zero_page);
+EXPORT_SYMBOL(zero_page_mask);
/*
* Not static inline because used by IP27 special magic initialization code