Andrew Ip <[EMAIL PROTECTED]> writes: > Hi, > > While compiling linuxbios, I got > . > . > . > gcc ... -o cpufixup.o /usr/src/linuxbios/freebios/src/cpu/k7/cpufixup.c > /usr/src/linuxbios/freebios/src/cpu/k7/cpufixup.c:16: conflicting types for > `k7_cpufixup' > /usr/src/linuxbios/freebios/src/include/cpu/k7/cpufixup.h:4: previous > declaration of `k7_cpufixup' > make: *** [cpufixup.o] Error 1 > > > looks like there is a mistake in k7_cpufixup. > > src/cpu/k7/cpufixup.c:15:k7_cpufixup(unsigned long ram_kilobytes) > src/include/cpu/k7/cpufixup.h:4:void k7_cpufixup(struct mem_range *mem);
O.k. this is fixed now. It won't handle very strange althlon systems, where the mem_range is really useful but it should work on all current hardware. Eric
