patch-2.2.11 linux/drivers/char/vt.c
Next file: linux/drivers/isdn/Config.in
Previous file: linux/drivers/char/vino.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Aug 9 12:04:39 1999
- Orig file:
v2.2.10/linux/drivers/char/vt.c
- Orig date:
Wed Feb 3 22:57:41 1999
diff -u --recursive --new-file v2.2.10/linux/drivers/char/vt.c linux/drivers/char/vt.c
@@ -88,7 +88,8 @@
* comments - KDMKTONE doesn't put the process to sleep.
*/
-#if defined(__i386__) || defined(__alpha__) || defined(__powerpc__) || defined(__mips__)
+#if defined(__i386__) || defined(__alpha__) || defined(__powerpc__) \
+ || (defined(__mips__) && !defined(CONFIG_SGI))
static void
kd_nosound(unsigned long ignored)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)