diff options
author | Mike Shaver <shaver@ingenia.com> | 1997-09-11 08:13:11 +0000 |
---|---|---|
committer | Mike Shaver <shaver@ingenia.com> | 1997-09-11 08:13:11 +0000 |
commit | 4291a610eef89d0d5c69d9a10ee6560e1aa36c74 (patch) | |
tree | e0bf91512edef7eaf0704b0a176868982db7f752 /arch | |
parent | 94f80f5e3f1c200db9f6661f08571e9103e7f172 (diff) |
Removed the autodestruct prevention mechanisms, now that we're
grown-up enough to not cause HW catastrophe.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/sgi/kernel/setup.c | 5 | ||||
-rw-r--r-- | arch/mips/sgi/kernel/system.c | 6 |
2 files changed, 2 insertions, 9 deletions
diff --git a/arch/mips/sgi/kernel/setup.c b/arch/mips/sgi/kernel/setup.c index 04cdb6235..be2c4acc4 100644 --- a/arch/mips/sgi/kernel/setup.c +++ b/arch/mips/sgi/kernel/setup.c @@ -3,11 +3,8 @@ * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * - * $Id: setup.c,v 1.4 1997/07/23 17:59:23 ralf Exp $ + * $Id: setup.c,v 1.3 1997/07/24 01:55:45 ralf Exp $ */ -#ifndef __GOGOGO__ -#error "... about to fuckup your Indy?" -#endif #include <linux/kernel.h> #include <linux/sched.h> diff --git a/arch/mips/sgi/kernel/system.c b/arch/mips/sgi/kernel/system.c index 543fe82f2..769eb733d 100644 --- a/arch/mips/sgi/kernel/system.c +++ b/arch/mips/sgi/kernel/system.c @@ -3,7 +3,7 @@ * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * - * $Id: system.c,v 1.2 1997/06/28 22:47:45 ralf Exp $ + * $Id: system.c,v 1.2 1997/07/01 08:51:04 ralf Exp $ */ #include <linux/kernel.h> #include <linux/types.h> @@ -13,10 +13,6 @@ #include <asm/sgialib.h> #include <asm/bootinfo.h> -#ifndef __GOGOGO__ -#error "... You're fearless, aren't you?" -#endif - enum sgi_mach sgimach; struct smatch { |