--- zzzz-none-000/linux-2.4.17/drivers/char/vt.c 2001-11-16 18:08:28.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/char/vt.c 2004-11-24 13:23:21.000000000 +0000 @@ -90,7 +90,8 @@ * comments - KDMKTONE doesn't put the process to sleep. */ -#if defined(__i386__) || defined(__alpha__) || defined(__powerpc__) \ +#if defined(__i386__) || defined(__alpha__) \ + || (defined(__powerpc__) && !defined(CONFIG_REDWOOD_4)) \ || (defined(__mips__) && defined(CONFIG_ISA)) \ || (defined(__arm__) && defined(CONFIG_HOST_FOOTBRIDGE)) \ || defined(__x86_64__)