tests: A test program for the new mwait implementation.
authorMarc Orr <morr@cs.wisc.edu>
Thu, 6 Nov 2014 11:42:21 +0000 (05:42 -0600)
committerMarc Orr <morr@cs.wisc.edu>
Thu, 6 Nov 2014 11:42:21 +0000 (05:42 -0600)
commit3947f88d0fa35d2134fa3e999e05bb184a01e396
tree0eeff86094d8721cffb673cb39d9434d55a1ab88
parentbd32d55a2c457e7e68c1462d05fa126aa131a21a
tests: A test program for the new mwait implementation.

This is a simple test program for the new mwait implemenation. It is uses
m5threads to create to threads of execution in syscall emulation mode that
interact using the mwait instruction.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
tests/test-progs/mwait/Makefile [new file with mode: 0644]
tests/test-progs/mwait/mwait.c [new file with mode: 0644]