[POWERPC] cell: fix bugs found by sparse
authorArnd Bergmann <arnd@arndb.de>
Wed, 4 Oct 2006 15:26:24 +0000 (17:26 +0200)
committerPaul Mackerras <paulus@samba.org>
Wed, 4 Oct 2006 23:21:02 +0000 (09:21 +1000)
commit43b4f4061cf54aa225a1e94a969450ccf5305cd9
treecef8ed4fe2ca1019509e585bf4dcaab04236bcaf
parentf7e2ce788677ca0996d360202b91524db894c7b2
[POWERPC] cell: fix bugs found by sparse

- Some long constants should be marked 'ul'.
- When using desc->handler_data to pass an __iomem
  register area, we need to add casts to and from
  __iomem.

Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/cell/interrupt.c
arch/powerpc/platforms/cell/iommu.c
arch/powerpc/platforms/cell/spider-pic.c