commit | 31f80e45ea26008939790b4363a4fdcff240e0d6 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed Jan 30 13:32:16 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:32:16 2008 +0100 |
tree | 672186c369053d06157f19b71292dc8de099543f | |
parent | 9930927f36ac3e39ffa674dc23ef06f13c39cef7 [diff] |
x86: kprobes remove fix_riprel #ifdef Move #ifdef around function definiton into the function and unconditionally return on X86_32. Saves an ifdef from the one callsite. [ mingo@elte.hu: minor cleanup. ] Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>