Re: [PATCH 5/9] uprobes: allow arch-specific initialization

2012-10-18 Thread Srikar Dronamraju
* Rabin Vincent [2012-10-14 21:23:09]: > Add a weak function for any architecture-specific initialization. ARM > will use this to register the handlers for the undefined instructions it > uses to implement uprobes. > > Signed-off-by: Rabin Vincent > --- > include/linux/uprobes.h |1 + > k

[PATCH 5/9] uprobes: allow arch-specific initialization

2012-10-14 Thread Rabin Vincent
Add a weak function for any architecture-specific initialization. ARM will use this to register the handlers for the undefined instructions it uses to implement uprobes. Signed-off-by: Rabin Vincent --- include/linux/uprobes.h |1 + kernel/events/uprobes.c | 10 ++ 2 files changed