]> Pileus Git - ~andy/linux/commit
MIPS: Don't include <asm/page.h> unnecessarily.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 28 Dec 2012 14:01:10 +0000 (15:01 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 28 Dec 2012 16:04:04 +0000 (17:04 +0100)
commit348dd600c3db6ac6fa270e0d0c9f9380dacf8064
tree946c9e953d5cf6804d50340e683f7f6aac9f00cf
parent02637b856c2b1ac9a721aeb1575c95068d125c72
MIPS: Don't include <asm/page.h> unnecessarily.

So far we're jumping through hoops to keep the file usable from assembler
source but it's getting just too painful.  Turns out that many uses of
<asm/page.h> are unnecessary anyway, so just remove those.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/head.S
arch/mips/kernel/octeon_switch.S
arch/mips/kernel/r2300_switch.S
arch/mips/kernel/r4k_switch.S
arch/mips/mm/tlbex-fault.S