Hanhwi Jang has uploaded this change for review. ( 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
---
M util/m5/m5op_x86.S
1 file changed, 1 insertion(+), 0 deletions(-)



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: newchange
Gerrit-Change-Id: I74876a4638ad37308ecdb0ef68513a968fac8787
Gerrit-Change-Number: 6501
Gerrit-PatchSet: 1
Gerrit-Owner: Hanhwi Jang <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to