mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: Linus Torvalds <torvalds@osdl.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@osdl.org>,
	Russell King <rmk+lkml@arm.linux.org.uk>
Subject: [PATCH] ARM: Fixup missing includes in arch/arm/mm/proc-<cputype>.S
Date: Mon, 03 Jul 2006 02:21:18 +0200	[thread overview]
Message-ID: <1151886079.24611.31.camel@localhost.localdomain> (raw)

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)



                 reply	other threads:[~2006-07-03  0:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1151886079.24611.31.camel@localhost.localdomain \
    --to=tglx@linutronix.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk+lkml@arm.linux.org.uk \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®