Loading arch/x86/kernel/cpu/perfctr-watchdog.c +0 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,6 @@ void release_evntsel_nmi(unsigned int msr) clear_bit(counter, evntsel_nmi_owner); } EXPORT_SYMBOL(avail_to_resrv_perfctr_nmi); EXPORT_SYMBOL(avail_to_resrv_perfctr_nmi_bit); EXPORT_SYMBOL(reserve_perfctr_nmi); EXPORT_SYMBOL(release_perfctr_nmi); Loading arch/x86/kernel/e820_64.c +0 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ struct e820map e820; * PFN of last memory page. */ unsigned long end_pfn; EXPORT_SYMBOL(end_pfn); /* * end_pfn only includes RAM, while end_pfn_map includes all e820 entries. Loading arch/x86/kernel/init_task.c +0 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ static struct files_struct init_files = INIT_FILES; static struct signal_struct init_signals = INIT_SIGNALS(init_signals); static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); struct mm_struct init_mm = INIT_MM(init_mm); EXPORT_SYMBOL(init_mm); /* * Initial thread structure. Loading arch/x86/kernel/pci-swiotlb_64.c +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ #include <asm/dma.h> int swiotlb __read_mostly; EXPORT_SYMBOL(swiotlb); const struct dma_mapping_ops swiotlb_dma_ops = { .mapping_error = swiotlb_dma_mapping_error, Loading arch/x86/kernel/smpboot_32.c +0 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,6 @@ EXPORT_SYMBOL(cpu_online_map); cpumask_t cpu_callin_map; cpumask_t cpu_callout_map; EXPORT_SYMBOL(cpu_callout_map); cpumask_t cpu_possible_map; EXPORT_SYMBOL(cpu_possible_map); static cpumask_t smp_commenced_mask; Loading Loading
arch/x86/kernel/cpu/perfctr-watchdog.c +0 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,6 @@ void release_evntsel_nmi(unsigned int msr) clear_bit(counter, evntsel_nmi_owner); } EXPORT_SYMBOL(avail_to_resrv_perfctr_nmi); EXPORT_SYMBOL(avail_to_resrv_perfctr_nmi_bit); EXPORT_SYMBOL(reserve_perfctr_nmi); EXPORT_SYMBOL(release_perfctr_nmi); Loading
arch/x86/kernel/e820_64.c +0 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ struct e820map e820; * PFN of last memory page. */ unsigned long end_pfn; EXPORT_SYMBOL(end_pfn); /* * end_pfn only includes RAM, while end_pfn_map includes all e820 entries. Loading
arch/x86/kernel/init_task.c +0 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ static struct files_struct init_files = INIT_FILES; static struct signal_struct init_signals = INIT_SIGNALS(init_signals); static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); struct mm_struct init_mm = INIT_MM(init_mm); EXPORT_SYMBOL(init_mm); /* * Initial thread structure. Loading
arch/x86/kernel/pci-swiotlb_64.c +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ #include <asm/dma.h> int swiotlb __read_mostly; EXPORT_SYMBOL(swiotlb); const struct dma_mapping_ops swiotlb_dma_ops = { .mapping_error = swiotlb_dma_mapping_error, Loading
arch/x86/kernel/smpboot_32.c +0 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,6 @@ EXPORT_SYMBOL(cpu_online_map); cpumask_t cpu_callin_map; cpumask_t cpu_callout_map; EXPORT_SYMBOL(cpu_callout_map); cpumask_t cpu_possible_map; EXPORT_SYMBOL(cpu_possible_map); static cpumask_t smp_commenced_mask; Loading