Re: where is ZONE_HIGHMEM defined?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Robert,

"Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> 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 ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux