I was having trouble with stack corruption.  Using memset (C) instead of clear_memory(asm) speeds it up by almost a factor of 2 for a 1M region.<br><br>TSC difference with clear_memory 0xFA884D<br>TSC difference with memset 0x826742<br>
<br>Anyway, this patch removes a couple of files that don't need to exist anymore, given that only K8 was using clear_memory.<br><br>SIgned-off-by: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>
<br>Thanks,<br>Myles<br>