Re: [patch] voluntary-preempt-2.6.9-rc1-bk4-Q7

Mark_H_Johnson_at_Raytheon.com
Date: 09/02/04

  • Next message: Ingo Molnar: "Re: [patch] voluntary-preempt-2.6.9-rc1-bk4-Q7"
    To: Ingo Molnar <mingo@elte.hu>
    Date:	Thu, 2 Sep 2004 08:33:27 -0500
    
    

    >> I also looked briefly at find_first_bit since it appears in a number
    >> of traces. Just curious, but the coding for the i386 version is MUCH
    >> different in style than several other architectures (e.g, PPC64,
    >> SPARC). Is there some reason why it is recursive on the x86 and a loop
    >> in the others?
    >
    >what do you mean by recursive? It uses the SCAS (scan string) x86
    >instruction.

    Never mind. In bitops.c I misread "find_first_bit" (the call near the end)
    as "find_next_bit" and thought there was recursion here.

    --Mark H Johnson
      <mailto:Mark_H_Johnson@raytheon.com>

    -
    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: Ingo Molnar: "Re: [patch] voluntary-preempt-2.6.9-rc1-bk4-Q7"

    Relevant Pages

    • Re: oops with dual xeon 2.8ghz 4gb ram +smp, software raid, lvm, and xfs
      ... >> depth problems with stacked block devices, ... > around sticky situations. ... Recursion is like that (... ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [RFC PATCH] explicitly mark recursion count
      ... >> Hmmm, I see more data to maintain to support a method that will never be ... that once you drop that data in, you're protected against recursion. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [RFC PATCH] explicitly mark recursion count
      ... Recursion count ... By guessing? ... graph/counts can be screwed up royally by any random third-party device ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH resubmit] do_mount: reduce stack consumption
      ... >> The xfs side was sorted out, but I son't know the state of the dm part. ... > The state is Very Bad, IMO. ... Neil Brown suggested a change to generic_make_request to convert recursion ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [RFC PATCH] explicitly mark recursion count
      ... > functions in the correct order, that's where my ugly format comes ... You really only need to know that _one_ of the entries break the ... recursion, and you need to know what the break depth is for that one ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)