[PATCH v3 2.6.39-rc1-tip 17/26] 17: uprobes: register a notifier for uprobes.

Peter Zijlstra peterz@infradead.org
Tue Apr 19 13:55:00 GMT 2011


On Fri, 2011-04-01 at 20:05 +0530, Srikar Dronamraju wrote:
> +struct notifier_block uprobes_exception_nb = {
> +       .notifier_call = uprobes_exception_notify,
> +       .priority = 0x7ffffff0,
> +}; 

What kind of magic number is that?



More information about the Systemtap mailing list