X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=kernel%2Fbounds.c;h=9fd4246b04b8298ec608dbba4d9ee9997e105fbc;hb=4773ef2241aa9bdca5b8cb228253981b73883ec9;hp=578782ef6ae19c636e282af5e1592aaf0540126c;hpb=cdc7ef8981317cfa9a462b784935e4d2705c6776;p=firefly-linux-kernel-4.4.55.git diff --git a/kernel/bounds.c b/kernel/bounds.c index 578782ef6ae1..9fd4246b04b8 100644 --- a/kernel/bounds.c +++ b/kernel/bounds.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include void foo(void) { @@ -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 */ }