diff options
| author | Heiko Carstens <[email protected]> | 2010-08-09 17:18:28 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2010-08-09 20:44:54 -0700 |
| commit | a1b200e27c0426ea98c1231a2b78c6094eb073e4 (patch) | |
| tree | 8091ed3f3451cbc230e9bf72cafc773ee253bbe8 /tools/perf/scripts/python | |
| parent | e7d86340793e7162126926ec9d226c68f4e37f94 (diff) | |
mm: provide init_mm mm_context initializer
Provide an INIT_MM_CONTEXT intializer macro which can be used to
statically initialize mm_struct:mm_context of init_mm. This way we can
get rid of code which will do the initialization at run time (on s390).
In addition the current code can be found at a place where it is not
expected. So let's have a common initializer which architectures
can use if needed.
This is based on a patch from Suzuki Poulose.
Signed-off-by: Heiko Carstens <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Suzuki Poulose <[email protected]>
Cc: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions