configs: Remove Ruby on ARM warning
The warning was discouraging using Ruby on ARM Change-Id: I7ccb44cdc1d32ff1258f09bc4d0d4892a758a6ef Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/44509 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -345,8 +345,6 @@ def makeArmSystem(mem_mode, machine_type, num_cpus=1, mdesc=None,
|
||||
fatal("The MI_example protocol cannot implement Load/Store "
|
||||
"Exclusive operations. Multicore ARM systems configured "
|
||||
"with the MI_example protocol will not work properly.")
|
||||
warn("You are trying to use Ruby on ARM, which is not working "
|
||||
"properly yet.")
|
||||
|
||||
return self
|
||||
|
||||
|
||||
Reference in New Issue
Block a user