From: Dwayne Grant McConnell Date: Mon, 20 Nov 2006 17:45:00 +0000 (+0100) Subject: [POWERPC] spufs: Implement /mbox_info, /ibox_info, and /wbox_info. X-Git-Tag: v2.6.20-rc1~34^2~40^2~8^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a2f00ce5d3a19a70b36f08eaf9049677277710;p=pandora-kernel.git [POWERPC] spufs: Implement /mbox_info, /ibox_info, and /wbox_info. This patch implements read only access to /mbox_info - SPU Write Outbound Mailbox /ibox_info - SPU Write Outbound Interrupt Mailbox /wbox_info - SPU Read Inbound Mailbox These files are used by gdb in order to look into the current mailbox queues without changing the contents at the same time. They are not meant for general programming use, since the access requires a context save and is therefore rather slow. It would be good to complement this patch with one that adds write support as well. Signed-off-by: Dwayne Grant McConnell Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed