Commits
Benjamin Herrenschmidt committed 96cf3f66deb
powerpc/cell/spufs: Fix status attribute permission We are registering the attribute with permission 0644 but it doesn't have a store callback, which causes WARN_ON's during boot. Fix the permission. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>