commit | af93ebc0b3ed8cdf93a6ed4bc1fab548f8059d0a | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Fri Oct 19 20:35:02 2007 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri Oct 19 20:35:02 2007 +0200 |
tree | d283cf44902a0ca14f1fe956765a2ba7391d6e09 | |
parent | 096708dcf71de6ab5f839ae68ee42275673dc178 [diff] |
x86: remove page_fault_trace Old debugging code that is not really needed anymore. If someone wants it it would be better replaced with a systemtap script or kprobe. This avoids a potential cache miss during page fault processing. [ mingo: arch/x86 adaptation ] Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>