From a7c089ab06c863c794f2096a2c321b7e31ead5b6 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Fri, 24 Sep 2004 14:16:51 -0400 Subject: only set stuff up for binning interrupts if interrupt binning is on kern/linux/linux_system.cc: Don't scheduling interrupt events if we are not binning interrupts kern/tru64/tru64_system.cc: set the bin_int boolean in the system structure --HG-- extra : convert_revision : 68eea9c448f1c481fc79be1777acb536d6385495 --- kern/tru64/tru64_system.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'kern/tru64/tru64_system.cc') diff --git a/kern/tru64/tru64_system.cc b/kern/tru64/tru64_system.cc index 5493139ee..0380c9478 100644 --- a/kern/tru64/tru64_system.cc +++ b/kern/tru64/tru64_system.cc @@ -168,6 +168,7 @@ CREATE_SIM_OBJECT(Tru64System) p->system_rev = system_rev; p->bin = bin; p->binned_fns = binned_fns; + p->bin_int = false; return new Tru64System(p); } -- cgit v1.2.3