mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
After the split of linux/sched.h, several platforms in arch/mips stopped building.
Add the respective additional #include statements to fix the problem I first
tried adding these into asm/processor.h, but ran into circular header
dependencies with that which I could not figure out.
The commit I listed as causing the problem is the branch merge, as there is
likely a combination of multiple patches in that branch.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mips@linux-mips.org
Cc: ralf@linux-mips.org
Fixes:
|
||
|---|---|---|
| .. | ||
| ip27-berr.c | ||
| ip27-console.c | ||
| ip27-hubio.c | ||
| ip27-init.c | ||
| ip27-irq-pci.c | ||
| ip27-irq.c | ||
| ip27-irqno.c | ||
| ip27-klconfig.c | ||
| ip27-klnuma.c | ||
| ip27-memory.c | ||
| ip27-nmi.c | ||
| ip27-reset.c | ||
| ip27-smp.c | ||
| ip27-timer.c | ||
| ip27-xtalk.c | ||
| Kconfig | ||
| Makefile | ||
| Platform | ||
| TODO | ||