On Tue, 25 Jul 2006 19:30:45 -0700, Chad Reese <creese@xxxxxxxxxxxxxxxxxx> wrote: > compat.c is only included if CONFIG_SYSVIPC_COMPAT is defined. This > isn't anywhere in 2.6.16.26. Is this what you're refering to? You can add this to arch/mips/Kconfig: config SYSVIPC_COMPAT bool depends on COMPAT && SYSVIPC default y BTW, it seems many SYSVIPC functions in arch/mips/kernel/linux32.c can be replaced by this common code. --- Atsushi Nemoto