Current-Users archive

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

Re: -current kernel compilations fails on cobalt/mipsel



> Since yesterday:
>
>   # nice /usr/toolchain-mipsel/bin/nbmake-cobalt -j5 
>   ../../../../uvm/uvm_page.c: In function 'uvm_pagealloc_pgfl':
>   ../../../../uvm/uvm_page.c:960: error: 'cpu' undeclared (first use in this 
> function)
>   ../../../../uvm/uvm_page.c:960: error: (Each undeclared identifier is 
> reported only once
>   ../../../../uvm/uvm_page.c:960: error: for each function it appears in.)
>   --- uvm_page.o ---
>   *** [uvm_page.o] Error code 1
>   1 error
>
>   nbmake: stopped in /usr/src/sys/arch/cobalt/compile/COCHISE

You could try to delete the offending line.  The 'cpu' identifier
does neither appear to be declared or used beyond this single
assignment, and is probably a remnant from a prior revision.

I'll verify that this is the case and that it fixes it before
committing, unless someone else beats me to it.

Regards,

- Håvard


Home | Main Index | Thread Index | Old Index