Removed some spurious files

This commit is contained in:
Dave Lacey
2011-07-07 21:32:39 +01:00
parent 02b07ed9f3
commit 1980e7a273
2 changed files with 0 additions and 1843 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,14 +0,0 @@
#if 0
{
tmr :> sof_time;
if (last_sof_time && ((sof_time - last_sof_time) > 20000)) {
missed_sofcount = sofCount;
missed_count--;
if (!missed_count) {
asm("ecallf %0"::"r"(0));
}
}
last_sof_time = sof_time;
}
#endif