aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/kernel/setup.c')
-rw-r--r--arch/x86_64/kernel/setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c
index 0d2d4f67aa73..2a5fce0fd1c4 100644
--- a/arch/x86_64/kernel/setup.c
+++ b/arch/x86_64/kernel/setup.c
@@ -71,6 +71,7 @@
71 */ 71 */
72 72
73struct cpuinfo_x86 boot_cpu_data __read_mostly; 73struct cpuinfo_x86 boot_cpu_data __read_mostly;
74EXPORT_SYMBOL(boot_cpu_data);
74 75
75unsigned long mmu_cr4_features; 76unsigned long mmu_cr4_features;
76 77
@@ -99,6 +100,7 @@ char dmi_alloc_data[DMI_MAX_DATA];
99 * Setup options 100 * Setup options
100 */ 101 */
101struct screen_info screen_info; 102struct screen_info screen_info;
103EXPORT_SYMBOL(screen_info);
102struct sys_desc_table_struct { 104struct sys_desc_table_struct {
103 unsigned short length; 105 unsigned short length;
104 unsigned char table[0]; 106 unsigned char table[0];