commit | 23adec554a7648f99c8acc0caf49c66320cd2b84 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon May 12 21:20:41 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri May 23 20:31:39 2008 +0200 |
tree | e0b00785326ed31ce447021a499e8337f891a6a6 | |
parent | ffdc1a09ae7e2cbd714a446ee38a27f625b5f1c8 [diff] |
x86: add notrace annotations to vsyscall. Add the notrace annotations to the vsyscall functions - there we are not in kernel context yet, so the tracer function cannot (and must not) be called. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>