x86/spinlocks: Fix comment in spinlock.h
authorRichard Weinberger <richard@nod.at>
Tue, 14 Aug 2012 21:47:37 +0000 (14:47 -0700)
committerIngo Molnar <mingo@kernel.org>
Wed, 22 Aug 2012 07:52:47 +0000 (09:52 +0200)
commit83be4ffa1acbcd529b771f4d2e639b15e2b7957e
tree2ee17c95c0f0dec2f5e01321987c2f03e58ce204
parent23dcfa61bac244e1200ff9ad19c6e9144dcb6bb5
x86/spinlocks: Fix comment in spinlock.h

This comment is no longer true.  We support up to 2^16 CPUs
because __ticket_t is an u16 if NR_CPUS is larger than 256.

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/spinlock.h