Sequencer.hh (7546:84e8f914b3b8) Sequencer.hh (7550:7d97cec15818)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

104 void issueRequest(const RubyRequest& request);
105
106 void hitCallback(SequencerRequest* request,
107 GenericMachineType mach,
108 DataBlock& data);
109
110 bool insertRequest(SequencerRequest* request);
111
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

104 void issueRequest(const RubyRequest& request);
105
106 void hitCallback(SequencerRequest* request,
107 GenericMachineType mach,
108 DataBlock& data);
109
110 bool insertRequest(SequencerRequest* request);
111
112 void handleLlscWrites(const Address& address, SequencerRequest* request);
112
113 // Private copy constructor and assignment operator
114 Sequencer(const Sequencer& obj);
115 Sequencer& operator=(const Sequencer& obj);
116
117 private:
118 int m_max_outstanding_requests;
119 int m_deadlock_threshold;

--- 42 unchanged lines hidden ---
113
114 // Private copy constructor and assignment operator
115 Sequencer(const Sequencer& obj);
116 Sequencer& operator=(const Sequencer& obj);
117
118 private:
119 int m_max_outstanding_requests;
120 int m_deadlock_threshold;

--- 42 unchanged lines hidden ---