]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/sparc/kernel/sun4m_smp.c
sparc64: Initialize FHC/CLOCK LED platform_device 'id' field correctly.
[mv-sheeva.git] / arch / sparc / kernel / sun4m_smp.c
index 4f8d60586b076caa72349094d1baa5f4a98d555c..8040376c4890cc11c95e7c783f331abc7becb456 100644 (file)
@@ -54,7 +54,8 @@ extern int __smp4m_processor_id(void);
 #define SMP_PRINTK(x)
 #endif
 
-static inline unsigned long swap(volatile unsigned long *ptr, unsigned long val)
+static inline unsigned long
+swap_ulong(volatile unsigned long *ptr, unsigned long val)
 {
        __asm__ __volatile__("swap [%1], %0\n\t" :
                             "=&r" (val), "=&r" (ptr) :
@@ -90,7 +91,7 @@ void __cpuinit smp4m_callin(void)
         * to call the scheduler code.
         */
        /* Allow master to continue. */
-       swap(&cpu_callin_map[cpuid], 1);
+       swap_ulong(&cpu_callin_map[cpuid], 1);
 
        /* XXX: What's up with all the flushes? */
        local_flush_cache_all();