summaryrefslogtreecommitdiff
path: root/tests/test-progs/mwait/Makefile
AgeCommit message (Collapse)Author
2014-11-06tests: A test program for the new mwait implementation.Marc Orr
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>