소스 검색

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>
Ralf Baechle 12 년 전
부모
커밋
348dd600c3
5개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 1
      arch/mips/kernel/head.S
  2. 0 1
      arch/mips/kernel/octeon_switch.S
  3. 0 1
      arch/mips/kernel/r2300_switch.S
  4. 0 1
      arch/mips/kernel/r4k_switch.S
  5. 0 1
      arch/mips/mm/tlbex-fault.S

+ 0 - 1
arch/mips/kernel/head.S

@@ -21,7 +21,6 @@
 #include <asm/asmmacro.h>
 #include <asm/irqflags.h>
 #include <asm/regdef.h>
-#include <asm/page.h>
 #include <asm/pgtable-bits.h>
 #include <asm/mipsregs.h>
 #include <asm/stackframe.h>

+ 0 - 1
arch/mips/kernel/octeon_switch.S

@@ -15,7 +15,6 @@
 #include <asm/fpregdef.h>
 #include <asm/mipsregs.h>
 #include <asm/asm-offsets.h>
-#include <asm/page.h>
 #include <asm/pgtable-bits.h>
 #include <asm/regdef.h>
 #include <asm/stackframe.h>

+ 0 - 1
arch/mips/kernel/r2300_switch.S

@@ -15,7 +15,6 @@
 #include <asm/fpregdef.h>
 #include <asm/mipsregs.h>
 #include <asm/asm-offsets.h>
-#include <asm/page.h>
 #include <asm/regdef.h>
 #include <asm/stackframe.h>
 #include <asm/thread_info.h>

+ 0 - 1
arch/mips/kernel/r4k_switch.S

@@ -15,7 +15,6 @@
 #include <asm/fpregdef.h>
 #include <asm/mipsregs.h>
 #include <asm/asm-offsets.h>
-#include <asm/page.h>
 #include <asm/pgtable-bits.h>
 #include <asm/regdef.h>
 #include <asm/stackframe.h>

+ 0 - 1
arch/mips/mm/tlbex-fault.S

@@ -7,7 +7,6 @@
  * Copyright (C) 1999 Silicon Graphics, Inc.
  */
 #include <asm/mipsregs.h>
-#include <asm/page.h>
 #include <asm/regdef.h>
 #include <asm/stackframe.h>