diff options
author | Harald Koerfgen <hkoerfg@web.de> | 2000-05-16 14:00:47 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 2000-05-16 14:00:47 +0000 |
commit | f9055aeda90fec2eb7ce0c49382e51b87f6a4fc9 (patch) | |
tree | 1150c561a37fcb28c79d1b9d3288e6aea05d64d9 /drivers | |
parent | 840ea4e54f944971741e0bf4b1b9d9f6f417634d (diff) |
Some small fixes and cleanups:
o superfluidous #ifdef __KERNEL__ in include/asm-mips/socket.h removed
o we don't need a little endian version of waking_non_zero_interruptible()
o arch/mips/config.in fixes and improvements
o compile floppy/kbd/ide support only when the CONFIG options are set
o IP22s aren't the only MIPS boxes without a PC speaker
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/vt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/vt.c b/drivers/char/vt.c index 7ba977924..df5905601 100644 --- a/drivers/char/vt.c +++ b/drivers/char/vt.c @@ -90,7 +90,7 @@ unsigned int video_scan_lines; */ #if defined(__i386__) || defined(__alpha__) || defined(__powerpc__) \ - || (defined(__mips__) && !defined(CONFIG_SGI_IP22)) \ + || (defined(__mips__) && !defined(CONFIG_HAVE_IO_PORTS)) \ || (defined(__arm__) && defined(CONFIG_HOST_FOOTBRIDGE)) static void |