All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: asm/tlb.h needs linux/swap.h
@ 2011-05-30  2:50 Nobuhiro Iwamatsu
  2011-05-31  4:35 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2011-05-30  2:50 UTC (permalink / raw)
  To: linux-sh

By commit 1e56a56410bb64bce62d44563e35a143fc2d515f, mmu_gather of sh
was reworked. But this forgot include linux/swap.h in asm/tlb.h.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Peter Zijlstra <a.p.zijlstra@chello.nl>
---
 arch/sh/include/asm/tlb.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/sh/include/asm/tlb.h b/arch/sh/include/asm/tlb.h
index 6c308d8..ec88bfc 100644
--- a/arch/sh/include/asm/tlb.h
+++ b/arch/sh/include/asm/tlb.h
@@ -9,6 +9,7 @@
 #include <linux/pagemap.h>
 
 #ifdef CONFIG_MMU
+#include <linux/swap.h>
 #include <asm/pgalloc.h>
 #include <asm/tlbflush.h>
 #include <asm/mmu_context.h>
-- 
1.7.5.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] sh: asm/tlb.h needs linux/swap.h
  2011-05-30  2:50 [PATCH] sh: asm/tlb.h needs linux/swap.h Nobuhiro Iwamatsu
@ 2011-05-31  4:35 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2011-05-31  4:35 UTC (permalink / raw)
  To: linux-sh

On Mon, May 30, 2011 at 11:50:58AM +0900, Nobuhiro Iwamatsu wrote:
> By commit 1e56a56410bb64bce62d44563e35a143fc2d515f, mmu_gather of sh
> was reworked. But this forgot include linux/swap.h in asm/tlb.h.
> 
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> CC: Peter Zijlstra <a.p.zijlstra@chello.nl>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-31  4:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-30  2:50 [PATCH] sh: asm/tlb.h needs linux/swap.h Nobuhiro Iwamatsu
2011-05-31  4:35 ` Paul Mundt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.