interrupts.hh (3537:452b984ae250) interrupts.hh (3654:68f9d32c2979)
1/*
2 * Copyright (c) 2006 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;

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

74 return true;
75 }
76
77 Fault getInterrupt(ThreadContext * tc)
78 {
79 return NoFault;
80 }
81
1/*
2 * Copyright (c) 2006 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;

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

74 return true;
75 }
76
77 Fault getInterrupt(ThreadContext * tc)
78 {
79 return NoFault;
80 }
81
82 void updateIntrInfo(ThreadContext * tc)
83 {
84
85 }
86
82 void serialize(std::ostream &os)
83 {
84 }
85
86 void unserialize(Checkpoint *cp, const std::string &section)
87 {
88 }
89 };
90}
91
92#endif // __ARCH_SPARC_INTERRUPT_HH__
87 void serialize(std::ostream &os)
88 {
89 }
90
91 void unserialize(Checkpoint *cp, const std::string &section)
92 {
93 }
94 };
95}
96
97#endif // __ARCH_SPARC_INTERRUPT_HH__