diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-01-29 20:29:26 -0800 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-01-29 20:29:26 -0800 |
commit | 3e286d825dbadc577052c0898db1f3958e17e1cb (patch) | |
tree | 1f3ec6b4fc75d041b77b2f06d0b1e790eef886c9 /src/mem/protocol | |
parent | 5fb1f5c72b4ed097e706611f88c3c85153b97dbc (diff) | |
download | gem5-3e286d825dbadc577052c0898db1f3958e17e1cb.tar.xz |
ruby: Sorted the file includes to maintain consistency
Diffstat (limited to 'src/mem/protocol')
-rw-r--r-- | src/mem/protocol/MESI_CMP_directory.slicc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/protocol/MESI_CMP_directory.slicc b/src/mem/protocol/MESI_CMP_directory.slicc index eb087c8a9..93e7f5eb9 100644 --- a/src/mem/protocol/MESI_CMP_directory.slicc +++ b/src/mem/protocol/MESI_CMP_directory.slicc @@ -1,6 +1,6 @@ MESI_CMP_directory-msg.sm -MESI_CMP_directory-L2cache.sm MESI_CMP_directory-L1cache.sm +MESI_CMP_directory-L2cache.sm MESI_CMP_directory-dir.sm MESI_CMP_directory-dma.sm standard_CMP-protocol.sm |