Weirdness in SPARC patches in 2.1.127

Horst von Brand (vonbrand@sleipnir.valparaiso.cl)
Sun, 08 Nov 1998 21:36:07 -0400


The file arch/sparc/kernel/smp.c defines:

/* Kernel spinlock */
spinlock_t kernel_flag = SPIN_LOCK_UNLOCKED;

+/* Used to make bitops atomic */
+unsigned char bitops_spinlock = 0;
+

Shouldn't both be the same type and initialization?

Just wondering...

-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viņa del Mar, Chile                               +56 32 672616

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/