RE: [PATCH] Only process_die notifier in ia64_do_page_fault if KPROBES is configured.

From: Luck, Tony (tony.luck_at_intel.com)
Date: 08/31/05

  • Next message: Steven Rostedt: "Re: [RFC] RT-patch update to remove the global pi_lock"
    Date:	Tue, 30 Aug 2005 16:05:04 -0700
    To: "Christoph Lameter" <clameter@engr.sgi.com>, "Rusty Lynch" <rusty@linux.intel.com>
    
    

    >Please do not generate any code if the feature cannot ever be
    >used (CONFIG_KPROBES off). With this patch we still have lots of
    >unnecessary code being executed on each page fault.

    I can (eventually) wrap this call inside the #ifdef CONFIG_KPROBES.

    But I'd like to keep following leads on making the overhead as
    low as possible for those people that do have KPROBES configured
    (which may be most people if OS distributors ship kernels with
    this enabled).

    -Tony
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Steven Rostedt: "Re: [RFC] RT-patch update to remove the global pi_lock"

    Relevant Pages