isa_traits.hh (6329:5d8b91875859) isa_traits.hh (6974:4d4903a3e7c5)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 84 unchanged lines hidden (view full) ---

93 IT_CPU_MONDO,
94 IT_DEV_MONDO,
95 IT_RES_ERROR,
96 IT_SOFT_INT,
97 NumInterruptTypes
98 };
99
100#endif
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 84 unchanged lines hidden (view full) ---

93 IT_CPU_MONDO,
94 IT_DEV_MONDO,
95 IT_RES_ERROR,
96 IT_SOFT_INT,
97 NumInterruptTypes
98 };
99
100#endif
101
102// Memory accesses cannot be unaligned
103const bool HasUnalignedMemAcc = false;
101}
102
103#endif // __ARCH_SPARC_ISA_TRAITS_HH__
104}
105
106#endif // __ARCH_SPARC_ISA_TRAITS_HH__