Kernel 2.4.18-18.7.xbigmem (no, I can't upgrade, and did try a quick bugzilla search).

I've got a SMP system running the 'bigmem' kernel, yet my /boot/kernel.h file is:

/* This file is automatically generated at boot time. */
#ifndef __BOOT_KERNEL_H_
#define __BOOT_KERNEL_H_

/* Kernel type i686 */

#ifndef __MODULE_KERNEL_i686
#define __MODULE_KERNEL_i686 1
#endif

#ifndef __BOOT_KERNEL_ENTERPRISE
#define __BOOT_KERNEL_ENTERPRISE 0
#endif

#ifndef __BOOT_KERNEL_SMP
#define __BOOT_KERNEL_SMP 0
#endif

#ifndef __BOOT_KERNEL_UP
#define __BOOT_KERNEL_UP 1
#endif

#endif

What process/script/startup thingey might be at fault?

This is causing me all kinds of module compile problems form what I can tell.

I also see elsewhere that the 'bigmem' kernel should now be represented as something 
like:
#ifndef __BOOT_KERNEL_BIGMEM
#define __BOOT_KERNEL_BIGMEM 1
#endif

Marco



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to