commit | ee418b8646d5d6dc2df343ffaefd2b74940d0048 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Tue Dec 30 17:06:15 2008 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jan 08 16:25:12 2009 +1100 |
tree | 8937e30956d70f4135996052af933f8768c8512d | |
parent | d50701781a55d09696a0585112a124b0723acf3b [diff] |
powerpc/cell: Bitops work on unsigned longs So change the flags member of struct spu from u64 to unsigned long. This change will also prevent some warnings when we change u64 to unsigned long long. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>