mem: Wakeup sleeping CPUs without caches on LLSC
authorAli Saidi <ali.saidi@arm.com>
Fri, 7 Mar 2014 20:56:23 +0000 (15:56 -0500)
committerAli Saidi <ali.saidi@arm.com>
Fri, 7 Mar 2014 20:56:23 +0000 (15:56 -0500)
commitbf39a475fe8c796e5b0f5b37ee2e4aca724d05f3
treea0a877c2ef712e0b1341834f887ee3320542f8cf
parentf4a897d8e3e7a9fe5f409c0f15dfa5ba9438776c
mem: Wakeup sleeping CPUs without caches on LLSC

For systems without caches, the LLSC code does not get snoops for
wake-ups. We add the LLSC code in the abstract memory to do the job
for us.
src/arch/null/cpu_dummy.hh
src/mem/abstract_mem.cc