2008-07-25 18:22:23

by Randy Dunlap

[permalink] [raw]
Subject: cpuset build error: cpuset_mems_nr() missing


When SYSCTL=n, PROC_FS=n:

linux-next-20080725/mm/hugetlb.c:1507: error: implicit declaration of function 'cpuset_mems_nr'
make[2]: *** [mm/hugetlb.o] Error 1


Alan mentioned this in another mail thread and I believe he said that the problem
is also in mainline... but I haven't checked that.


---
~Randy
Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA
http://linuxplumbersconf.org/


2008-07-25 18:24:04

by Nish Aravamudan

[permalink] [raw]
Subject: Re: cpuset build error: cpuset_mems_nr() missing

On 7/25/08, Randy Dunlap <[email protected]> wrote:
>
> When SYSCTL=n, PROC_FS=n:
>
> linux-next-20080725/mm/hugetlb.c:1507: error: implicit declaration of function 'cpuset_mems_nr'
> make[2]: *** [mm/hugetlb.o] Error 1
>
>
> Alan mentioned this in another mail thread and I believe he said that the problem
> is also in mainline... but I haven't checked that.

Fix posted a little while ago:
http://marc.info/?l=linux-kernel&m=121700986003238&w=2

Thanks,
Nish