]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: 64-bit: Fix o32 lookup_dcookie syscall
authorWu Zhangjin <wuzhangjin@gmail.com>
Sat, 10 Oct 2009 11:19:49 +0000 (19:19 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 2 Nov 2009 11:00:02 +0000 (12:00 +0100)
commitf5c0727d8e5c59bb4967bc0a8802b40b02c72cdd
treebce54a378a08e8fec975e024ca8b598a14343903
parentb60ceefcba52a6bb2436ab759ef13d47ef87ddd7
MIPS: 64-bit: Fix o32 lookup_dcookie syscall

An o32 aplication passes a 64-bit value in a pair of registers; a 64-bit
kernel expects a 64-bit argument in a single register.

Signed-off-by: Chen Jie <chenj@lemote.com>
Signed-off-by: Hu Hongbing <huhb@lemote.com>
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/linux32.c
arch/mips/kernel/scall64-o32.S