[POWERPC] qe_lib: qe_issue_cmd writes wrong value to CECDR
authorTimur Tabi <timur@freescale.com>
Tue, 31 Oct 2006 09:53:42 +0000 (17:53 +0800)
committerPaul Mackerras <paulus@samba.org>
Wed, 1 Nov 2006 03:52:48 +0000 (14:52 +1100)
Changed qe_issue_cmd() to write cmd_input to the CECDR unmodified.  It
was treating cmd_input as a virtual address and tried to convert it to
a physical address.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found