SConscript (5228:b08c9c42907a) | SConscript (5664:3b3756efad89) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 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 --- 35 unchanged lines hidden (view full) --- 44# List of headers to generate 45isa_switch_hdrs = Split(''' 46 arguments.hh 47 faults.hh 48 interrupts.hh 49 isa_traits.hh 50 kernel_stats.hh 51 locked_mem.hh | 1# -*- mode:python -*- 2 3# Copyright (c) 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 --- 35 unchanged lines hidden (view full) --- 44# List of headers to generate 45isa_switch_hdrs = Split(''' 46 arguments.hh 47 faults.hh 48 interrupts.hh 49 isa_traits.hh 50 kernel_stats.hh 51 locked_mem.hh |
52 microcode_rom.hh |
|
52 mmaped_ipr.hh 53 process.hh 54 predecoder.hh 55 regfile.hh 56 remote_gdb.hh 57 stacktrace.hh 58 syscallreturn.hh 59 tlb.hh --- 68 unchanged lines hidden --- | 53 mmaped_ipr.hh 54 process.hh 55 predecoder.hh 56 regfile.hh 57 remote_gdb.hh 58 stacktrace.hh 59 syscallreturn.hh 60 tlb.hh --- 68 unchanged lines hidden --- |