Files
android_kernel_xiaomi_sm8450/include
Herbert Xu f10db6277d Avoid divide in IS_ALIGN
I was happy to discover the brand new IS_ALIGN macro and quickly used it in
my code.  To my dismay I found that the generated code used division to
perform the test.

This patch fixes it by changing the % test to an &.  This avoids the
division.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-06 10:41:04 -08:00
..
2008-02-03 17:07:16 +02:00
2008-02-06 10:41:02 -08:00
2008-02-06 10:41:01 -08:00
2008-02-06 10:41:01 -08:00
2008-02-06 10:41:01 -08:00
2008-02-06 10:41:01 -08:00
2008-02-06 10:41:02 -08:00
2008-02-06 10:41:00 -08:00
2008-02-06 10:41:02 -08:00
2008-02-05 09:44:31 -08:00
2008-02-06 10:41:01 -08:00
2008-02-06 10:41:02 -08:00
2008-02-06 10:41:04 -08:00
2008-02-03 17:19:47 +02:00
2008-02-03 17:47:00 +02:00
2008-01-31 17:40:18 +01:00