commit | bc9b78debf63c9be051abe51403736d386092d09 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Aug 14 17:41:47 2012 +1000 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Aug 16 13:41:16 2012 -0500 |
tree | f2cb42a1327b926b9fde51a840d58dbbc840fd99 | |
parent | ddb97f1debbb6be8d871f3b565f7b8befebf0f4f [diff] |
dma: Fix stupid typo/thinko Hi hard a brain fart when coding that function, it will fail to "set" the memory beyond the first 512 bytes. This is in turn causing guest crashes in ibmveth (spapr_llan.c on the qemu side) due to the receive queue not being properly initialized. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>