interrupts.hh (6335:a08470cb53e5) interrupts.hh (7741:340b6f01d69b)
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;

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

176 }
177 } // !hpriv && ie
178 } // !hpriv
179 return NoFault;
180 }
181
182 void
183 updateIntrInfo(ThreadContext *tc)
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;

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

176 }
177 } // !hpriv && ie
178 } // !hpriv
179 return NoFault;
180 }
181
182 void
183 updateIntrInfo(ThreadContext *tc)
184 {
184 {}
185
185
186 }
187
188 uint64_t
189 get_vec(int int_num)
190 {
191 assert(int_num >= 0 && int_num < NumInterruptTypes);
192 return interrupts[int_num];
193 }
194
195 void

--- 16 unchanged lines hidden ---
186 uint64_t
187 get_vec(int int_num)
188 {
189 assert(int_num >= 0 && int_num < NumInterruptTypes);
190 return interrupts[int_num];
191 }
192
193 void

--- 16 unchanged lines hidden ---