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:
397e5d5
)
p54: Use do_div for 64-bit division to fix 32-bit kernels
author
Christian Lamparter
<chunkeey@googlemail.com>
Thu, 25 Aug 2011 21:47:35 +0000
(23:47 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 29 Aug 2011 19:25:29 +0000
(15:25 -0400)
Use the do_div macro for 64-bit division. Otherwise, the module will
reference __udivdi3 under 32-bit kernels, which is not allowed in
kernel space.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found