SConscript (5647:b06b49498c79) | SConscript (5649:0e9c904551c1) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2005-2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 95 unchanged lines hidden (view full) --- 104 Source('tlb.cc') 105 Source('utility.cc') 106 107 SimObject('X86TLB.py') 108 TraceFlag('Predecoder') 109 TraceFlag('X86') 110 111 if env['FULL_SYSTEM']: | 1# -*- mode:python -*- 2 3# Copyright (c) 2005-2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 95 unchanged lines hidden (view full) --- 104 Source('tlb.cc') 105 Source('utility.cc') 106 107 SimObject('X86TLB.py') 108 TraceFlag('Predecoder') 109 TraceFlag('X86') 110 111 if env['FULL_SYSTEM']: |
112 TraceFlag('LocalApic') 113 |
|
112 SimObject('X86LocalApic.py') 113 SimObject('X86System.py') 114 115 # Full-system sources 116 Source('interrupts.cc') 117 Source('linux/system.cc') 118 Source('pagetable_walker.cc') 119 Source('system.cc') --- 251 unchanged lines hidden --- | 114 SimObject('X86LocalApic.py') 115 SimObject('X86System.py') 116 117 # Full-system sources 118 Source('interrupts.cc') 119 Source('linux/system.cc') 120 Source('pagetable_walker.cc') 121 Source('system.cc') --- 251 unchanged lines hidden --- |