projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff8101
)
x86: Export the symbol ms_hyperv
author
Ky Srinivasan
<ksrinivasan@novell.com>
Mon, 28 Jun 2010 14:48:55 +0000
(08:48 -0600)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 8 Jul 2010 21:12:03 +0000
(14:12 -0700)
This is needed so that the staging hyperv can properly access this
symbol.
Signed-off-by: K. Y. Srinivasan <ksrinivasan@novell.com>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kernel/cpu/mshyperv.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/mshyperv.c
b/arch/x86/kernel/cpu/mshyperv.c
index 16f41bbe46b6b3ae6f4d6754b735d967f098394e..d944bf6c50e9257e94742136a6d6d4b1e5cedcc6 100644
(file)
--- a/
arch/x86/kernel/cpu/mshyperv.c
+++ b/
arch/x86/kernel/cpu/mshyperv.c
@@
-18,6
+18,7
@@
#include <asm/mshyperv.h>
struct ms_hyperv_info ms_hyperv;
+EXPORT_SYMBOL_GPL(ms_hyperv);
static bool __init ms_hyperv_platform(void)
{