mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ARM: Fixup missing includes in arch/arm/mm/proc-<cputype>.S
@ 2006-07-03  0:21 Thomas Gleixner
  0 siblings, 0 replies; only message in thread
From: Thomas Gleixner @ 2006-07-03  0:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Andrew Morton, Russell King

For several proc-<cputype>.S files the include of proc-macros.S is
missing. Make it compile and work again.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

Index: linux-2.6.git/arch/arm/mm/proc-sa110.S
===================================================================
--- linux-2.6.git.orig/arch/arm/mm/proc-sa110.S	2006-07-03 00:13:24.000000000 +0200
+++ linux-2.6.git/arch/arm/mm/proc-sa110.S	2006-07-03 01:00:52.000000000 +0200
@@ -23,6 +23,8 @@
 #include <asm/pgtable.h>
 #include <asm/ptrace.h>
 
+#include "proc-macros.S"
+
 /*
  * the cache line size of the I and D cache
  */
Index: linux-2.6.git/arch/arm/mm/proc-sa1100.S
===================================================================
--- linux-2.6.git.orig/arch/arm/mm/proc-sa1100.S	2006-07-03 00:13:24.000000000 +0200
+++ linux-2.6.git/arch/arm/mm/proc-sa1100.S	2006-07-03 00:58:54.000000000 +0200
@@ -27,6 +27,8 @@
 #include <asm/pgtable-hwdef.h>
 #include <asm/pgtable.h>
 
+#include "proc-macros.S"
+
 /*
  * the cache line size of the I and D cache
  */
Index: linux-2.6.git/arch/arm/mm/proc-arm720.S
===================================================================
--- linux-2.6.git.orig/arch/arm/mm/proc-arm720.S	2006-07-03 00:13:24.000000000 +0200
+++ linux-2.6.git/arch/arm/mm/proc-arm720.S	2006-07-03 01:08:16.000000000 +0200
@@ -41,6 +41,8 @@
 #include <asm/procinfo.h>
 #include <asm/ptrace.h>
 
+#include "proc-macros.S"
+
 /*
  * Function: arm720_proc_init (void)
  *	   : arm720_proc_fin (void)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-03  0:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-03  0:21 [PATCH] ARM: Fixup missing includes in arch/arm/mm/proc-<cputype>.S Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®