We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dbf32 commit 673deb0Copy full SHA for 673deb0
arch/s390/boot/uv.c
@@ -7,9 +7,7 @@
7
#ifdef CONFIG_PROTECTED_VIRTUALIZATION_GUEST
8
int __bootdata_preserved(prot_virt_guest);
9
#endif
10
-#if IS_ENABLED(CONFIG_KVM)
11
struct uv_info __bootdata_preserved(uv_info);
12
-#endif
13
14
void uv_query_info(void)
15
{
arch/s390/kernel/uv.c
@@ -23,10 +23,11 @@
23
24
25
26
+struct uv_info __bootdata_preserved(uv_info);
27
+
28
#if IS_ENABLED(CONFIG_KVM)
29
int prot_virt_host;
30
EXPORT_SYMBOL(prot_virt_host);
-struct uv_info __bootdata_preserved(uv_info);
31
EXPORT_SYMBOL(uv_info);
32
33
static int __init prot_virt_setup(char *val)
0 commit comments