We have used our own k_compat.h because with 7.1 pcmcia package,
k_compat.h was not provided.
We tried compiling with pcmcia/k_compat.h also. It is giving the same
problem.
But if we copied /usr/include/asm/processor.h to
/usr/src/linux-2.4/include/asm/processor.h
then the problem is going..
The difference between the header inclusion in
/usr/src/linux-2.4/include/asm/processor.h and
/usr/include/asm/processor.h is in
/usr/src/linux-2.4/include/asm/processor.h there is an extra
<linux.cache.h>
cache.h is including <linux/config.h> and <asm/cache.h>
<linux/config.h> is including <linux/autoconf.h> where
CONFIG_X86_L1_CACHE_SHIFT is defined.then why this problem is coming.
What can be wrong?
-- ----------------------------------------------------------------------- | __ __ | Tata Elxsi Ltd | | / ,, /| |'-. | http://www.tataelxsi.com | | .\__/ || | | |===================================== | | _ / `._ \|_|_.-' | Prasanta Sadhukhan | | | / \__.`=._) (_ | mailto:prasanta_sadhukhan@yahoo.com | | |/ ._/ |"""""""""| | Bangalore | | |'. `\ | | | India | | ;"""/ / | | | | | ) /_/| |.-------.| | | | ' `-`' " " | | ----------------------------------------------------------------------
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/