Christoph Hellwig 4c4308cb93 kprobes: kretprobes simplifications
- consolidate duplicate code in all arch_prepare_kretprobe instances
   into common code
 - replace various odd helpers that use hlist_for_each_entry to get
   the first elemenet of a list with either a hlist_for_each_entry_save
   or an opencoded access to the first element in the caller
 - inline add_rp_inst into it's only remaining caller
 - use kretprobe_inst_table_head instead of opencoding it

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Prasanna S Panchamukhi <prasanna@in.ibm.com>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-08 11:15:19 -07:00
..
2006-09-11 13:32:30 -04:00
2005-04-16 15:20:36 -07:00
2007-04-27 16:01:42 +02:00
2007-02-05 21:18:17 +01:00
2005-04-16 15:20:36 -07:00
2007-03-19 13:19:07 +01:00
2007-02-05 21:16:54 +01:00
2007-03-19 13:18:53 +01:00
2007-04-27 16:01:42 +02:00
2007-04-27 16:01:42 +02:00
2007-04-27 16:01:42 +02:00
2007-04-27 16:01:44 +02:00
2006-12-04 15:39:47 +01:00
2007-05-08 11:15:19 -07:00
2007-03-05 23:35:45 +01:00
2007-04-27 16:01:42 +02:00
2007-04-27 16:01:42 +02:00
2007-02-05 21:18:17 +01:00
2007-02-05 21:18:19 +01:00
2006-09-28 16:56:43 +02:00
2007-05-08 11:14:58 -07:00
2007-04-27 16:01:42 +02:00
2007-04-27 16:01:46 +02:00