Hanhwi Jang has submitted this change and it was merged. ( https://gem5-review.googlesource.com/6501 )

Change subject: util: Add the missing wakecpu m5op in X86.
......................................................................

util: Add the missing wakecpu m5op in X86.

Change-Id: I74876a4638ad37308ecdb0ef68513a968fac8787
Reviewed-on: https://gem5-review.googlesource.com/6501
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Gabe Black <[email protected]>
---
M util/m5/m5op_x86.S
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved
  Gabe Black: Looks good to me, approved



diff --git a/util/m5/m5op_x86.S b/util/m5/m5op_x86.S
index 6d16293..9578741 100644
--- a/util/m5/m5op_x86.S
+++ b/util/m5/m5op_x86.S
@@ -67,6 +67,7 @@
 TWO_BYTE_OP(m5_quiesce_cycle, M5OP_QUIESCE_CYCLE)
 TWO_BYTE_OP(m5_quiesce_time, M5OP_QUIESCE_TIME)
 TWO_BYTE_OP(m5_rpns, M5OP_RPNS)
+TWO_BYTE_OP(m5_wake_cpu, M5OP_WAKE_CPU)
 TWO_BYTE_OP(m5_exit, M5OP_EXIT)
 TWO_BYTE_OP(m5_fail, M5OP_FAIL)
 TWO_BYTE_OP(m5_init_param, M5OP_INIT_PARAM)

--
To view, visit https://gem5-review.googlesource.com/6501
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I74876a4638ad37308ecdb0ef68513a968fac8787
Gerrit-Change-Number: 6501
Gerrit-PatchSet: 2
Gerrit-Owner: Hanhwi Jang <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Hanhwi Jang <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to