Hi Robert,

"Robert P. J. Day" <[EMAIL PROTECTED]> writes:

> On Thu, 3 Apr 2008, Robert P. J. Day wrote:
>
>>
>>   i just *know* i'm going to regret asking this, but where is the
>> preprocessor symbol "ZONE_HIGHMEM" defined?  running the obvious
>> "grep" commands just isn't telling me what i want to know.  thanks.
>
> argh, never mind ... just noticed that it's defined as an enum in
> linux/mmzone.h.  carry on.

cscope is your friend:

        $ make cscope
        or
        $ cscope -bkqR

to build the index and:

        $ cscope -p5 -d

to start the interactive program.

`make cscope' does not include code from !YOUR_ARCH.  I don't know if it
does with some additional flags, so I use the second version to generate
the index myself.

        Hannes

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to