mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
When CONFIG_MIPS_MT_SMP is enabled, the following compilation error
occurs:
arch/mips/pmcs-msp71xx/msp_irq_cic.c:134: error: ‘irq’ undeclared
This code clearly never saw a compiler.
The surrounding code suggests, that 'd->irq' was intended, not
'irq'.
This error was found with vampyr.
Signed-off-by: Stefan Hengelein <stefan.hengelein@fau.de>
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| msp_elb.c | ||
| msp_eth.c | ||
| msp_hwbutton.c | ||
| msp_irq.c | ||
| msp_irq_cic.c | ||
| msp_irq_per.c | ||
| msp_irq_slp.c | ||
| msp_pci.c | ||
| msp_prom.c | ||
| msp_serial.c | ||
| msp_setup.c | ||
| msp_smp.c | ||
| msp_time.c | ||
| msp_usb.c | ||
| Platform | ||