X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=kernel%2Fbounds.c;h=9fd4246b04b8298ec608dbba4d9ee9997e105fbc;hb=508200c5c076b20436a04cb264168095fe1b1f1a;hp=5253204afdcace55e89cda669aaf2896eba23aaa;hpb=62813858fb5d1fb661433d7884668aa111115a35;p=karo-tx-linux.git diff --git a/kernel/bounds.c b/kernel/bounds.c index 5253204afdca..9fd4246b04b8 100644 --- a/kernel/bounds.c +++ b/kernel/bounds.c @@ -22,6 +22,6 @@ void foo(void) #ifdef CONFIG_SMP DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS)); #endif - DEFINE(BLOATED_SPINLOCKS, sizeof(spinlock_t) > sizeof(int)); + DEFINE(SPINLOCK_SIZE, sizeof(spinlock_t)); /* End of constants */ }