interrupts.hh (7087:fb8d5786ff30) interrupts.hh (7533:b4aa25440bdd)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

255
256 /*
257 * Serialization.
258 */
259
260 void
261 serialize(std::ostream &os)
262 {
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

255
256 /*
257 * Serialization.
258 */
259
260 void
261 serialize(std::ostream &os)
262 {
263 panic("Interrupts::serialize unimplemented!\n");
263 warn("Interrupts::serialize unimplemented!\n");
264 }
265
266 void
267 unserialize(Checkpoint *cp, const std::string &section)
268 {
264 }
265
266 void
267 unserialize(Checkpoint *cp, const std::string &section)
268 {
269 panic("Interrupts::unserialize unimplemented!\n");
269 warn("Interrupts::unserialize unimplemented!\n");
270 }
271
272 /*
273 * Old functions needed for compatability but which will be phased out
274 * eventually.
275 */
276 void
277 post(int int_num, int index)

--- 20 unchanged lines hidden ---
270 }
271
272 /*
273 * Old functions needed for compatability but which will be phased out
274 * eventually.
275 */
276 void
277 post(int int_num, int index)

--- 20 unchanged lines hidden ---