diff options
author | Vladimir Murzin <murzin.v@gmail.com> | 2013-09-28 10:22:00 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-10-31 06:19:20 +0100 |
commit | a40a2b670706494610d794927b9aebe77e18af8d (patch) | |
tree | 02b94031e1dc501e3ade7bb93908705006d2ee57 /arch/x86/video | |
parent | of: Move definition of of_find_next_cache_node into common code. (diff) | |
download | linux-a40a2b670706494610d794927b9aebe77e18af8d.tar.xz linux-a40a2b670706494610d794927b9aebe77e18af8d.zip |
powerpc/bpf: Fix DIVWU instruction opcode
Currently DIVWU stands for *signed* divw opcode:
7d 2a 4b 96 divwu r9,r10,r9
7d 2a 4b d6 divw r9,r10,r9
Use the *unsigned* divw opcode for DIVWU.
Suggested-by: Vassili Karpov <av1474@comtv.ru>
Reviewed-by: Vassili Karpov <av1474@comtv.ru>
Signed-off-by: Vladimir Murzin <murzin.v@gmail.com>
Acked-by: Matt Evans <matt@ozlabs.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/x86/video')
0 files changed, 0 insertions, 0 deletions