[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090406143604.16864.95018.stgit@warthog.procyon.org.uk>
Date: Mon, 06 Apr 2009 15:36:04 +0100
From: David Howells <dhowells@...hat.com>
To: torvalds@...l.org, akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, Adrian Bunk <bunk@...nel.org>,
David Howells <dhowells@...hat.com>
Subject: [PATCH] FRV: Fix compile breakage
From: Adrian Bunk <bunk@...nel.org>
This patch fixes the follwing build error caused by
commit 7ca43e7564679604d86e9ed834e7bbcffd8a4a3f
(mm: use debug_kmap_atomic):
<-- snip -->
...
AS arch/frv/mm/tlb-miss.o
...
In file included from
arch/frv/mm/tlb-miss.S:13:
...
Assembler messages:
include/asm-generic/ioctl.h:73:
Error: unrecognized instruction `extern unsigned int __invalid_size_argument_for_IO...'
...
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: David Howells <dhowells@...hat.com>
---
arch/frv/mm/tlb-miss.S | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/frv/mm/tlb-miss.S b/arch/frv/mm/tlb-miss.S
index 0764348..7f392bc 100644
--- a/arch/frv/mm/tlb-miss.S
+++ b/arch/frv/mm/tlb-miss.S
@@ -13,7 +13,6 @@
#include <linux/linkage.h>
#include <asm/page.h>
#include <asm/pgtable.h>
-#include <asm/highmem.h>
#include <asm/spr-regs.h>
.section .text.tlbmiss
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists