From f338d60930e973d330d13715b8617c22b980dcca Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 9 Oct 2011 00:15:50 -0700 Subject: SE/FS: Build the Interrupt objects in SE mode. --- src/arch/mips/SConscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/arch/mips/SConscript') diff --git a/src/arch/mips/SConscript b/src/arch/mips/SConscript index 9fc2b71ff..c842c5507 100644 --- a/src/arch/mips/SConscript +++ b/src/arch/mips/SConscript @@ -34,6 +34,7 @@ Import('*') if env['TARGET_ISA'] == 'mips': Source('faults.cc') + Source('interrupts.cc') Source('isa.cc') Source('tlb.cc') Source('pagetable.cc') @@ -41,19 +42,18 @@ if env['TARGET_ISA'] == 'mips': Source('dsp.cc') Source('remote_gdb.cc') - SimObject('MipsTLB.py') + SimObject('MipsInterrupts.py') DebugFlag('MipsPRA') + SimObject('MipsTLB.py') if env['FULL_SYSTEM']: SimObject('MipsSystem.py') - SimObject('MipsInterrupts.py') Source('idle_event.cc') Source('mips_core_specific.cc') Source('vtophys.cc') Source('system.cc') Source('stacktrace.cc') Source('linux/system.cc') - Source('interrupts.cc') Source('bare_iron/system.cc') else: Source('process.cc') -- cgit v1.2.3