X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=kernel%2Fbounds.c;h=9fd4246b04b8298ec608dbba4d9ee9997e105fbc;hb=4773ef2241aa9bdca5b8cb228253981b73883ec9;hp=5253204afdcace55e89cda669aaf2896eba23aaa;hpb=5d5119a476f77b57381ddd66d4f7034a5447480b;p=firefly-linux-kernel-4.4.55.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 */ }