diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-05-19 15:53:17 -0400 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-05-19 15:53:17 -0400 |
commit | e3d5588ca70c88318c1e41e438102034c92c561e (patch) | |
tree | 75886333b22b474893e57254fa00df7a4055df68 /cpu/o3/2bit_local_pred.hh | |
parent | 1a6f21b8d23494752cdc9d3a8d1c1a2adfd85ccf (diff) | |
download | gem5-e3d5588ca70c88318c1e41e438102034c92c561e.tar.xz |
O3 code update/cleanup.
cpu/o3/commit_impl.hh:
O3 code update/cleanup. Fetch fault code no longer needed (see previous checkin).
--HG--
extra : convert_revision : f602e7f978e19b8900dce482f38f9c7a195e94da
Diffstat (limited to 'cpu/o3/2bit_local_pred.hh')
-rw-r--r-- | cpu/o3/2bit_local_pred.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/o3/2bit_local_pred.hh b/cpu/o3/2bit_local_pred.hh index 0dfe53819..cd65978ca 100644 --- a/cpu/o3/2bit_local_pred.hh +++ b/cpu/o3/2bit_local_pred.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2005 The Regents of The University of Michigan + * Copyright (c) 2004-2006 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without |