On Mon, 13 Jul 2009, SandeepKsinha wrote:
>
> This is a snippet from ../include/mmzone.h
> 1#ifndef _LINUX_MMZONE_H
>
> 2#define _LINUX_MMZONE_H
> 3
>
> 4#ifndef __ASSEMBLY__
> 5#ifndef __GENERATING_BOUNDS_H
>
> 6
> 7#include <linux/spinlock.h>
>
> 8#include <linux/list.h>
>
> 9#include <linux/wait.h>
>
> 10#include <linux/bitops.h>
>
> 11#include <linux/cache.h>
>
> 12#include <linux/threads.h>
>
> 13#include <linux/numa.h>
>
> 14#include <linux/init.h>
>
> 15#include <linux/seqlock.h>
>
> 16#include <linux/nodemask.h>
>
> 17#include <linux/pageblock-flags.h>
>
> 18#include <linux/bounds.h>
>
> 19#include <asm/atomic.h>
>
> 20#include <asm/page.h>
>
> 21
> 22/* Free memory management - zoned buddy allocator. */
>
> 23#ifndef CONFIG_FORCE_MAX
>
> Where is the bounds.h residing, which is include above ??
it's auto-generated, like when you run "make modules_prepare".
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Annoying Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
"Kernel Newbie Corner" column @ linux.com: http://cli.gs/WG6WYX
========================================================================
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ