summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>1999-09-18 20:48:03 +0000
committerHarald Koerfgen <hkoerfg@web.de>1999-09-18 20:48:03 +0000
commitbb722553b5f6467eb4acbc3afa2bf4cc7bd60474 (patch)
tree6b3ab5449aece7ba73d11235fe6c452ca27d446b /arch/mips/kernel/setup.c
parent2eea98631f146d92aa39a39e23f5ac02ca34d20b (diff)
o made CVS compile again for R5000
o dz fixes by David Airlie o small zs fix (init is fast again) o #ifdef in softirq.h fixed
Diffstat (limited to 'arch/mips/kernel/setup.c')
-rw-r--r--arch/mips/kernel/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index 89e4f7b37..b8a2b4303 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -1,4 +1,4 @@
-/* $Id: setup.c,v 1.16 1999/06/17 13:25:47 ralf Exp $
+/* $Id: setup.c,v 1.17 1999/08/20 21:59:02 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -76,7 +76,7 @@ int EISA_bus = 0;
* information is being use to continue the screen output just below
* the BIOS printed text and with the same text resolution.
*/
-struct screen_info screen_info = DEFAULT_SCREEN_INFO;
+struct screen_info screen_info;
#ifdef CONFIG_BLK_DEV_FD
extern struct fd_ops no_fd_ops;