dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/Documentation/trace
Minchan Kim 4356f21d09 mm: change isolate mode from #define to bitwise type
Change ISOLATE_XXX macro with bitwise isolate_mode_t type.  Normally,
macro isn't recommended as it's type-unsafe and making debugging harder as
symbol cannot be passed throught to the debugger.

Quote from Johannes
" Hmm, it would probably be cleaner to fully convert the isolation mode
into independent flags.  INACTIVE, ACTIVE, BOTH is currently a
tri-state among flags, which is a bit ugly."

This patch moves isolate mode from swap.h to mmzone.h by memcontrol.h

Signed-off-by: Minchan Kim <minchan.kim@gmail.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Rik van Riel <riel@redhat.com>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-10-31 17:30:44 -07:00
..
postprocess mm: change isolate mode from #define to bitwise type 2011-10-31 17:30:44 -07:00
events-kmem.txt mm tracing: cleanup Documentation/trace/events-kmem.txt 2009-12-22 14:17:55 -08:00
events-power.txt tools, perf: Documentation for the power events API 2011-01-05 21:25:29 +01:00
events.txt Documentation/trace/events.txt: Remove obsolete sched_signal_send. 2011-01-08 00:04:32 +01:00
ftrace-design.txt tracing/syscalls: Allow arch specific syscall symbol matching 2011-02-07 21:29:03 -05:00
ftrace.txt tracing: Add an 'overwrite' trace_option. 2011-03-09 13:52:27 -05:00
function-graph-fold.vim tracing: Add vim script to enable folding for function_graph traces 2009-08-26 00:32:04 -04:00
kprobetrace.txt tracing/kprobes: Support module init function probing 2011-07-15 15:17:14 -04:00
mmiotrace.txt Documentation: Update mmiotrace.txt 2009-12-20 06:18:23 +01:00
ring-buffer-design.txt Fix common misspellings 2011-03-31 11:26:23 -03:00
tracepoint-analysis.txt Documentation: Update tracepoint-analysis.txt 2009-12-20 06:18:25 +01:00
tracepoints.txt tracing: consolidate documents 2009-04-09 07:28:10 +02:00