lkml.org 
[lkml]   [2006]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] ARM: Fixup missing includes in arch/arm/mm/proc-<cputype>.S
From
Date
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)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-07-03 02:21    [W:0.040 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site