linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] asm-generic/mmu.h: Remove unused vmlist field from mm_context_t
@ 2012-11-01 10:24 Lars-Peter Clausen
  2012-11-01 10:24 ` Lars-Peter Clausen
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Lars-Peter Clausen @ 2012-11-01 10:24 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Mark Salter, Aurelien Jacquiot, Yoshinori Sato, Chris Zankel,
	Max Filippov, linux-c6x-dev, linux-kernel, linux-xtensa,
	linux-arch, Lars-Peter Clausen

Nothing is using the vmlist field in mm_context_t anymore. It has been removed
from the non-generic versions over 3 years ago 8feae1311 ("NOMMU: Make VMAs per
MM as for MMU-mode linux").

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
 include/asm-generic/mmu.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/asm-generic/mmu.h b/include/asm-generic/mmu.h
index 4f4aa56..a67ae0a9 100644
--- a/include/asm-generic/mmu.h
+++ b/include/asm-generic/mmu.h
@@ -7,7 +7,6 @@
  */
 #ifndef __ASSEMBLY__
 typedef struct {
-	struct vm_list_struct	*vmlist;
 	unsigned long		end_brk;
 } mm_context_t;
 #endif
-- 
1.7.2.5

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

end of thread, other threads:[~2012-12-09 22:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01 10:24 [PATCH 1/5] asm-generic/mmu.h: Remove unused vmlist field from mm_context_t Lars-Peter Clausen
2012-11-01 10:24 ` Lars-Peter Clausen
2012-11-01 10:24 ` [PATCH 2/5] asm-generic/mmu.h: Add support for FDPIC Lars-Peter Clausen
2012-11-01 10:24   ` Lars-Peter Clausen
2012-11-01 10:24 ` [PATCH 3/5] h8300: Use generic asm/mmu.h Lars-Peter Clausen
2012-11-01 10:24   ` Lars-Peter Clausen
2012-11-01 10:24 ` [PATCH 4/5] c6x: " Lars-Peter Clausen
2012-11-01 10:24   ` Lars-Peter Clausen
2012-11-01 14:56   ` Mark Salter
2012-11-01 10:24 ` [PATCH 5/5] xtensa: Use generic asm/mmu.h for nommu Lars-Peter Clausen
2012-11-01 10:24   ` Lars-Peter Clausen
2012-12-03  8:28   ` czankel
2012-12-03  8:43     ` Lars-Peter Clausen
2012-12-03  8:55       ` czankel
2012-12-03 23:54 ` [PATCH 1/5] asm-generic/mmu.h: Remove unused vmlist field from mm_context_t Arnd Bergmann
2012-12-04  7:58   ` Lars-Peter Clausen
2012-12-04  7:58     ` Lars-Peter Clausen
2012-12-09 22:15     ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).