Revision 9ca52ed979b6b45ae480a5fc56d593efb3bf16e8 authored by James Hogan on 16 October 2012, 09:16:14 UTC, committed by James Hogan on 02 March 2013, 20:09:53 UTC
Commit cc2383ec06be093789469852e1fe96e1148e9a2c ("mm: introduce
arch-specific vma flag VM_ARCH_1") merged in v3.7-rc1.

The above commit combined several arch-specific vma flags into one, and
in the process it changed the VM_GROWSUP definition to depend on
specific architectures rather than CONFIG_STACK_GROWSUP. Therefore add
an ifdef for CONFIG_METAG to also set VM_GROWSUP.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Michel Lespinasse <walken@google.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: linux-mm@kvack.org
1 parent 1e57372
Raw File
00-INDEX
00-INDEX
	- This file
arrayRCU.txt
	- Using RCU to Protect Read-Mostly Arrays
checklist.txt
	- Review Checklist for RCU Patches
listRCU.txt
	- Using RCU to Protect Read-Mostly Linked Lists
lockdep.txt
	- RCU and lockdep checking
NMI-RCU.txt
	- Using RCU to Protect Dynamic NMI Handlers
rcubarrier.txt
	- RCU and Unloadable Modules
rculist_nulls.txt
	- RCU list primitives for use with SLAB_DESTROY_BY_RCU
rcuref.txt
	- Reference-count design for elements of lists/arrays protected by RCU
rcu.txt
	- RCU Concepts
RTFP.txt
	- List of RCU papers (bibliography) going back to 1980.
stallwarn.txt
	- RCU CPU stall warnings (module parameter rcu_cpu_stall_suppress)
torture.txt
	- RCU Torture Test Operation (CONFIG_RCU_TORTURE_TEST)
trace.txt
	- CONFIG_RCU_TRACE debugfs files and formats
UP.txt
	- RCU on Uniprocessor Systems
whatisRCU.txt
	- What is RCU?
back to top