From: Steve Reinhardt Date: Thu, 12 May 2005 23:25:38 +0000 (-0400) Subject: Force pipeline drain on first instruction of async interrupt handler. X-Git-Tag: m5_1.0_tutorial~54^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea18fda771c5de4f48861915c429a4fec5e82be1;p=gem5.git Force pipeline drain on first instruction of async interrupt handler. Done by marking DynInst as serializing... requires adding the ability to check both DynInst and StaticInst for serializing behavior. --HG-- extra : convert_revision : 00db3e16d3b13dd9663f5a9f1bd8f724ed499914 ---