aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorStuart Bennett <[email protected]>2009-04-28 20:17:50 +0100
committerIngo Molnar <[email protected]>2009-04-29 11:33:33 +0200
commit46e91d00b1165b14b484aa33800e1bba0794ae1a (patch)
tree553b7caebd9d7fcca282caa8b8b0a9acf6d71925 /include/linux/debugobjects.h
parent0492e1bb8fe7d122901c9f3af75e537d4129712e (diff)
tracing: x86, mmiotrace: refactor clearing/restore of page presence
* change function names to clear_* from set_*: in reality we only clear and restore page presence, and never unconditionally set present. Using clear_*({true, false}, ...) is therefore more honest than set_*({false, true}, ...) * upgrade presence storage to pteval_t: doing user-space tracing will require saving and manipulation of the _PAGE_PROTNONE bit, in addition to the existing _PAGE_PRESENT changes, and having multiple bools stored and passed around does not seem optimal [ Impact: refactor, clean up mmiotrace code ] Signed-off-by: Stuart Bennett <[email protected]> Acked-by: Pekka Paalanen <[email protected]> Cc: Steven Rostedt <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions