git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55925d
)
sky2: use mask instead of modulo operation
author
Stephen Hemminger
<shemminger@osdl.org>
Mon, 8 May 2006 22:11:29 +0000
(15:11 -0700)
committer
Stephen Hemminger
<shemminger@osdl.org>
Mon, 8 May 2006 23:00:27 +0000
(16:00 -0700)
Gcc isn't smart enough to know that it can do a modulo
operation with power of 2 constant by doing a mask.
So add macro to do it for us.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
No differences found