فهرست منبع

[ARM] More missing proc-macros.S includes

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 19 سال پیش
والد
کامیت
00eb0f6b65
4فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 2 0
      arch/arm/mm/proc-arm1020.S
  2. 2 0
      arch/arm/mm/proc-arm1020e.S
  3. 2 0
      arch/arm/mm/proc-arm1022.S
  4. 2 0
      arch/arm/mm/proc-arm1026.S

+ 2 - 0
arch/arm/mm/proc-arm1020.S

@@ -34,6 +34,8 @@
 #include <asm/procinfo.h>
 #include <asm/ptrace.h>
 
+#include "proc-macros.S"
+
 /*
  * This is the maximum size of an area which will be invalidated
  * using the single invalidate entry instructions.  Anything larger

+ 2 - 0
arch/arm/mm/proc-arm1020e.S

@@ -34,6 +34,8 @@
 #include <asm/procinfo.h>
 #include <asm/ptrace.h>
 
+#include "proc-macros.S"
+
 /*
  * This is the maximum size of an area which will be invalidated
  * using the single invalidate entry instructions.  Anything larger

+ 2 - 0
arch/arm/mm/proc-arm1022.S

@@ -23,6 +23,8 @@
 #include <asm/procinfo.h>
 #include <asm/ptrace.h>
 
+#include "proc-macros.S"
+
 /*
  * This is the maximum size of an area which will be invalidated
  * using the single invalidate entry instructions.  Anything larger

+ 2 - 0
arch/arm/mm/proc-arm1026.S

@@ -23,6 +23,8 @@
 #include <asm/procinfo.h>
 #include <asm/ptrace.h>
 
+#include "proc-macros.S"
+
 /*
  * This is the maximum size of an area which will be invalidated
  * using the single invalidate entry instructions.  Anything larger