Hmm, can you try a clean tree, the line numbers you are getting errors
on do not make much sense in my version of the tree (from cvs):
For instance, line 752 of mm/mmap.c in my tree looks like this:
* reinserted if necessary.
*
* The 4 main cases are:
* Unmapping the whole area
* Unmapping from the start of the segment to a point in it
* Unmapping from an intermediate point to the end
* Unmapping between to intermediate points, making a hole.
*
* Case 4 involves the creation of 2 new areas, for each side of
* the hole. If possible, w
The middle of a large block comment.
Steve
> Don't kill the messenger. :-)
>
> I updated from CVS this AM, which is supposed to be 2.4.13:
>
> <snip>
> kgcc -D__KERNEL__ -I/usr/src/linux-2.4-xfs/linux/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
> -fomit-frame-pointer -pipe -march=i686 -malign-functions=4 -c -o mmap.o
> mmap.c
> mmap.c:441: mmap_avl.c: No such file or directory
> mmap.c: In function `do_munmap':
> mmap.c:752: warning: implicit declaration of function `avl_remove'
> mmap.c: In function `build_mmap_avl':
> mmap.c:907: warning: implicit declaration of function `avl_insert'
> mmap.c: In function `__insert_vm_struct':
> mmap.c:967: warning: implicit declaration of function
> `avl_insert_neighbours'
> make[2]: *** [mmap.o] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.4-xfs/linux/mm'
> make[1]: *** [first_rule] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.4-xfs/linux/mm'
> make: *** [_dir_mm] Error 2
>
>
> I don't know if this is a vestige of the main tree or the merge with XFS.
>
> Cheers,
> Dan
>
> --
> Dan Yocum
> Sloan Digital Sky Survey, Fermilab 630.840.6509
> yocum@xxxxxxxx, http://www.sdss.org
> SDSS. Mapping the Universe.
|