Commit 867cd55e authored by David Mosberger's avatar David Mosberger

ia64: Minor cleanups: export more symbols, remove uncessary stop bits.

parent 9f3d1b84
...@@ -88,6 +88,7 @@ EXPORT_SYMBOL(synchronize_irq); ...@@ -88,6 +88,7 @@ EXPORT_SYMBOL(synchronize_irq);
EXPORT_SYMBOL(smp_call_function); EXPORT_SYMBOL(smp_call_function);
EXPORT_SYMBOL(smp_call_function_single); EXPORT_SYMBOL(smp_call_function_single);
EXPORT_SYMBOL(cpu_online_map); EXPORT_SYMBOL(cpu_online_map);
EXPORT_SYMBOL(phys_cpu_present_map);
EXPORT_SYMBOL(ia64_cpu_to_sapicid); EXPORT_SYMBOL(ia64_cpu_to_sapicid);
#else /* !CONFIG_SMP */ #else /* !CONFIG_SMP */
...@@ -124,7 +125,7 @@ EXPORT_SYMBOL_NOVERS(__udivdi3); ...@@ -124,7 +125,7 @@ EXPORT_SYMBOL_NOVERS(__udivdi3);
EXPORT_SYMBOL_NOVERS(__moddi3); EXPORT_SYMBOL_NOVERS(__moddi3);
EXPORT_SYMBOL_NOVERS(__umoddi3); EXPORT_SYMBOL_NOVERS(__umoddi3);
#ifdef CONFIG_MD_RAID5 #if defined(CONFIG_MD_RAID5) || defined(CONFIG_MD_RAID5_MODULE)
extern void xor_ia64_2(void); extern void xor_ia64_2(void);
extern void xor_ia64_3(void); extern void xor_ia64_3(void);
extern void xor_ia64_4(void); extern void xor_ia64_4(void);
...@@ -194,3 +195,8 @@ extern void ia64_spinlock_contention (void); ...@@ -194,3 +195,8 @@ extern void ia64_spinlock_contention (void);
EXPORT_SYMBOL(ia64_spinlock_contention); EXPORT_SYMBOL(ia64_spinlock_contention);
# endif # endif
#endif #endif
EXPORT_SYMBOL(ia64_max_iommu_merge_mask);
#include <linux/pm.h>
EXPORT_SYMBOL(pm_idle);
...@@ -102,11 +102,8 @@ ia64_patch_vtop (unsigned long start, unsigned long end) ...@@ -102,11 +102,8 @@ ia64_patch_vtop (unsigned long start, unsigned long end)
ia64_fc(ip); ia64_fc(ip);
++offp; ++offp;
} }
ia64_insn_group_barrier();
ia64_sync_i(); ia64_sync_i();
ia64_insn_group_barrier();
ia64_srlz_i(); ia64_srlz_i();
ia64_insn_group_barrier();
} }
void void
...@@ -137,11 +134,8 @@ ia64_patch_mckinley_e9 (unsigned long start, unsigned long end) ...@@ -137,11 +134,8 @@ ia64_patch_mckinley_e9 (unsigned long start, unsigned long end)
ia64_fc(wp); ia64_fc(wp);
++offp; ++offp;
} }
ia64_insn_group_barrier();
ia64_sync_i(); ia64_sync_i();
ia64_insn_group_barrier();
ia64_srlz_i(); ia64_srlz_i();
ia64_insn_group_barrier();
} }
static void static void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment