Anil S Keshavamurthy
2d14e39da8
[PATCH] kprobes: enable funcions only for required arch
...
Kernel/kprobes.c defines get_insn_slot() and free_insn_slot() which are
currently required _only_ for x86_64 and powerpc (which has no-exec support).
FYI, get{free}_insn_slot() functions manages the memory page which is mapped
as executable, required for instruction emulation.
This patch moves those two functions under __ARCH_WANT_KPROBES_INSN_SLOT and
defines __ARCH_WANT_KPROBES_INSN_SLOT in arch specific kprobes.h file.
Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-01-10 08:01:39 -08:00
..
2006-01-08 20:13:48 -08:00
2006-01-06 08:33:43 -08:00
2006-01-03 11:35:26 +01:00
2006-01-06 08:33:49 -08:00
2006-01-08 20:13:48 -08:00
2005-10-28 08:16:49 -07:00
2005-07-27 16:26:06 -07:00
2006-01-10 08:01:32 -08:00
2006-01-03 13:37:51 +01:00
2005-11-28 14:42:23 -08:00
2006-01-09 15:59:24 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-01-10 08:01:38 -08:00
2005-04-16 15:20:36 -07:00
2006-01-10 08:01:38 -08:00
2006-01-06 08:33:33 -08:00
2006-01-10 08:01:39 -08:00
2005-09-07 16:57:45 -07:00
2006-01-10 08:01:38 -08:00
2005-10-30 17:37:32 -08:00
2005-06-23 09:45:10 -07:00
2005-06-25 16:24:45 -07:00
2006-01-10 08:01:27 -08:00
2005-10-08 15:00:57 -07:00
2005-10-30 17:37:23 -08:00
2006-01-10 08:01:39 -08:00
2006-01-10 08:01:26 -08:00
2005-10-30 17:37:17 -08:00
2006-01-10 08:01:37 -08:00
2006-01-08 20:14:04 -08:00
2006-01-09 15:59:20 -08:00
2006-01-09 15:59:20 -08:00
2006-01-09 15:59:19 -08:00
2006-01-09 15:59:19 -08:00
2006-01-06 08:33:53 -08:00
2005-12-20 10:31:33 -08:00
2006-01-08 20:13:40 -08:00
2006-01-10 08:01:38 -08:00
2006-01-10 08:01:39 -08:00
2006-01-08 20:13:52 -08:00
2005-07-07 18:23:46 -07:00
2006-01-08 20:13:51 -08:00
2006-01-09 17:01:39 -08:00
2006-01-08 20:13:59 -08:00
2005-09-07 16:57:45 -07:00
2006-01-09 15:59:21 -08:00
2005-04-16 15:20:36 -07:00
2006-01-08 20:13:57 -08:00
2005-11-07 07:53:29 -08:00
2005-11-09 07:55:50 -08:00
2005-09-10 10:06:21 -07:00
2006-01-10 08:01:25 -08:00
2006-01-09 10:03:44 -08:00
2006-01-08 20:14:09 -08:00
2006-01-08 20:12:40 -08:00
2006-01-10 08:01:39 -08:00
2006-01-10 08:01:38 -08:00
2005-04-16 15:20:36 -07:00
2005-07-12 20:38:38 -07:00
2005-04-16 15:20:36 -07:00
2006-01-08 20:14:08 -08:00