From 678a23b3454436de90f490d7b08832abe9b9e844 Mon Sep 17 00:00:00 2001 From: nisimura Date: Tue, 11 Apr 2000 06:50:37 +0000 Subject: [PATCH] Forgot to remove mips_hardware_intr global variable. --- sys/arch/pmax/pmax/dec_3100.c | 4 +--- sys/arch/pmax/pmax/dec_3max.c | 6 ++---- sys/arch/pmax/pmax/dec_3maxplus.c | 7 +++---- sys/arch/pmax/pmax/dec_3min.c | 5 ++--- sys/arch/pmax/pmax/dec_5100.c | 6 ++---- sys/arch/pmax/pmax/dec_maxine.c | 5 ++--- 6 files changed, 12 insertions(+), 21 deletions(-) diff --git a/sys/arch/pmax/pmax/dec_3100.c b/sys/arch/pmax/pmax/dec_3100.c index 3c2ab58c39a8..4deec45ca0aa 100644 --- a/sys/arch/pmax/pmax/dec_3100.c +++ b/sys/arch/pmax/pmax/dec_3100.c @@ -1,4 +1,4 @@ -/* $NetBSD: dec_3100.c,v 1.27 2000/04/11 02:43:54 nisimura Exp $ */ +/* $NetBSD: dec_3100.c,v 1.28 2000/04/11 06:50:37 nisimura Exp $ */ /* * Copyright (c) 1998 Jonathan Stone. All rights reserved. @@ -113,8 +113,6 @@ dec_3100_init() platform.memsize = memsize_scan; /* no high resolution timer available */ - mips_hardware_intr = dec_3100_intr; - splvec.splbio = MIPS_SPL0; splvec.splnet = MIPS_SPL_0_1; splvec.spltty = MIPS_SPL_0_1_2; diff --git a/sys/arch/pmax/pmax/dec_3max.c b/sys/arch/pmax/pmax/dec_3max.c index 21aecad1d8ff..ccaf11b7ba83 100644 --- a/sys/arch/pmax/pmax/dec_3max.c +++ b/sys/arch/pmax/pmax/dec_3max.c @@ -1,4 +1,4 @@ -/* $NetBSD: dec_3max.c,v 1.29 2000/04/11 02:43:55 nisimura Exp $ */ +/* $NetBSD: dec_3max.c,v 1.30 2000/04/11 06:50:37 nisimura Exp $ */ /* * Copyright (c) 1998 Jonathan Stone. All rights reserved. @@ -73,7 +73,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: dec_3max.c,v 1.29 2000/04/11 02:43:55 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dec_3max.c,v 1.30 2000/04/11 06:50:37 nisimura Exp $"); #include #include @@ -122,8 +122,6 @@ dec_3max_init() *(u_int32_t *)MIPS_PHYS_TO_KSEG1(KN02_SYS_ERRADR) = 0; kn02_wbflush(); - mips_hardware_intr = dec_3max_intr; - splvec.splbio = MIPS_SPL0; splvec.splnet = MIPS_SPL0; splvec.spltty = MIPS_SPL0; diff --git a/sys/arch/pmax/pmax/dec_3maxplus.c b/sys/arch/pmax/pmax/dec_3maxplus.c index 80eeaf690eb0..3f52a206ee0a 100644 --- a/sys/arch/pmax/pmax/dec_3maxplus.c +++ b/sys/arch/pmax/pmax/dec_3maxplus.c @@ -1,4 +1,4 @@ -/* $NetBSD: dec_3maxplus.c,v 1.38 2000/04/11 02:43:55 nisimura Exp $ */ +/* $NetBSD: dec_3maxplus.c,v 1.39 2000/04/11 06:50:37 nisimura Exp $ */ /* * Copyright (c) 1998 Jonathan Stone. All rights reserved. @@ -73,7 +73,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: dec_3maxplus.c,v 1.38 2000/04/11 02:43:55 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dec_3maxplus.c,v 1.39 2000/04/11 06:50:37 nisimura Exp $"); #include #include @@ -132,8 +132,7 @@ dec_3maxplus_init() kn03_wbflush(); ioasic_base = MIPS_PHYS_TO_KSEG1(KN03_SYS_ASIC); - mips_hardware_intr = dec_3maxplus_intr; - + /* * 3MAX+ IOASIC interrupts come through INT 0, while * clock interrupt does via INT 1. splclock and splstatclock diff --git a/sys/arch/pmax/pmax/dec_3min.c b/sys/arch/pmax/pmax/dec_3min.c index 44c8b5e9a203..1c63e7713b61 100644 --- a/sys/arch/pmax/pmax/dec_3min.c +++ b/sys/arch/pmax/pmax/dec_3min.c @@ -1,4 +1,4 @@ -/* $NetBSD: dec_3min.c,v 1.39 2000/04/11 02:43:55 nisimura Exp $ */ +/* $NetBSD: dec_3min.c,v 1.40 2000/04/11 06:50:38 nisimura Exp $ */ /* * Copyright (c) 1998 Jonathan Stone. All rights reserved. @@ -73,7 +73,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v 1.39 2000/04/11 02:43:55 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v 1.40 2000/04/11 06:50:38 nisimura Exp $"); #include #include @@ -136,7 +136,6 @@ dec_3min_init() kn02ba_wbflush(); ioasic_base = MIPS_PHYS_TO_KSEG1(KMIN_SYS_ASIC); - mips_hardware_intr = dec_3min_intr; /* * Since all the motherboard interrupts come through the diff --git a/sys/arch/pmax/pmax/dec_5100.c b/sys/arch/pmax/pmax/dec_5100.c index 0cbb06f7b2cd..698d558817f7 100644 --- a/sys/arch/pmax/pmax/dec_5100.c +++ b/sys/arch/pmax/pmax/dec_5100.c @@ -1,4 +1,4 @@ -/* $NetBSD: dec_5100.c,v 1.24 2000/04/11 02:43:56 nisimura Exp $ */ +/* $NetBSD: dec_5100.c,v 1.25 2000/04/11 06:50:38 nisimura Exp $ */ /* * Copyright (c) 1998 Jonathan Stone. All rights reserved. @@ -31,7 +31,7 @@ */ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: dec_5100.c,v 1.24 2000/04/11 02:43:56 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dec_5100.c,v 1.25 2000/04/11 06:50:38 nisimura Exp $"); #include #include @@ -74,8 +74,6 @@ dec_5100_init() /* set correct wbflush routine for this motherboard */ mips_set_wbflush(kn230_wbflush); - mips_hardware_intr = dec_5100_intr; - splvec.splbio = MIPS_SPL1; splvec.splnet = MIPS_SPL1; splvec.spltty = MIPS_SPL_0_1; diff --git a/sys/arch/pmax/pmax/dec_maxine.c b/sys/arch/pmax/pmax/dec_maxine.c index 416422132003..420b55a5260f 100644 --- a/sys/arch/pmax/pmax/dec_maxine.c +++ b/sys/arch/pmax/pmax/dec_maxine.c @@ -1,4 +1,4 @@ -/* $NetBSD: dec_maxine.c,v 1.30 2000/04/11 02:43:56 nisimura Exp $ */ +/* $NetBSD: dec_maxine.c,v 1.31 2000/04/11 06:50:38 nisimura Exp $ */ /* * Copyright (c) 1998 Jonathan Stone. All rights reserved. @@ -73,7 +73,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: dec_maxine.c,v 1.30 2000/04/11 02:43:56 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dec_maxine.c,v 1.31 2000/04/11 06:50:38 nisimura Exp $"); #include #include @@ -132,7 +132,6 @@ dec_maxine_init() kn02ca_wbflush(); ioasic_base = MIPS_PHYS_TO_KSEG1(XINE_SYS_ASIC); - mips_hardware_intr = dec_maxine_intr; /* * MAXINE IOASIC interrupts come through INT 3, while