]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit307488249c0b9d53f93e3a5a3c7cac009da98b98
treecef8ed4fe2ca1019509e585bf4dcaab04236bcaf
parent95f6ce63932b687a035e408307f1cd0de629bdb2
[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