SConscript (5612:1bd333953e49) SConscript (5647:b06b49498c79)
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 SimObject('X86LocalApic.py')
112 SimObject('X86System.py')
113
114 # Full-system sources
113 SimObject('X86System.py')
114
115 # Full-system sources
116 Source('interrupts.cc')
115 Source('linux/system.cc')
116 Source('pagetable_walker.cc')
117 Source('system.cc')
118 Source('stacktrace.cc')
119 Source('vtophys.cc')
120 else:
121 Source('process.cc')
122

--- 246 unchanged lines hidden ---
117 Source('linux/system.cc')
118 Source('pagetable_walker.cc')
119 Source('system.cc')
120 Source('stacktrace.cc')
121 Source('vtophys.cc')
122 else:
123 Source('process.cc')
124

--- 246 unchanged lines hidden ---