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

From: Peter Zijlstra
Date: Tue Apr 19 2011 - 09:54:57 EST


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?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/