/openbmc/linux/arch/powerpc/platforms/85xx/ |
H A D | socrates_fpga_pic.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | cpm2_pic.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | i8259.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | tsi108_pci.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | ipic.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | mpic.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_pic.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | media5200.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | mpc52xx_gpt.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | spider-pic.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | interrupt.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | irq.h | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | pic.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | irq.c | diff 40d50cf7ca956183f3a573bc21082e1c7d04fa7b Mon Dec 07 20:39:50 CST 2009 Roman Fietze <roman.fietze@telemotive.de> powerpc: Make "intspec" pointers in irq_host->xlate() const
Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|