Hack for unresolved symbol read_tsc_64

This commit is contained in:
Lionel Sambuc 2012-09-22 22:48:34 +02:00
parent 7d73223f08
commit cd554e7284

View file

@ -129,7 +129,9 @@ static struct block *block_alloc(size_t size)
#ifdef __NBSD_LIBC
tsc = 0;
#else
read_tsc_64(&tsc);
tsc = 0;
/* LSC Broken for now... */
/* read_tsc_64(&tsc); */
#endif
totalsize = block_get_totalsize(size);
page_index_max = (ptr_max - ptr_min - totalsize) / PAGE_SIZE;