X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=kernel%2Fbounds.c;h=9fd4246b04b8298ec608dbba4d9ee9997e105fbc;hb=5c5739e16d3b0a7eccff0cd945733b3762c44db9;hp=5253204afdcace55e89cda669aaf2896eba23aaa;hpb=62813858fb5d1fb661433d7884668aa111115a35;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/kernel/bounds.c b/kernel/bounds.c index 5253204..9fd4246 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 */ }