Commit ce1fa0a1 authored by Linus Torvalds's avatar Linus Torvalds

Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk

into home.osdl.org:/home/torvalds/v2.5/linux
parents ecdbf2f5 7a085672
...@@ -30,6 +30,8 @@ ENTRY(do_div64) ...@@ -30,6 +30,8 @@ ENTRY(do_div64)
moveq lr, #1 @ only divide low bits moveq lr, #1 @ only divide low bits
moveq nh, onl moveq nh, onl
tst dh, #0x80000000
bne 2f
1: cmp nh, dh 1: cmp nh, dh
bls 2f bls 2f
add lr, lr, #1 add lr, lr, #1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment