On Sat, Dec 31, 2016 at 05:03:18PM -0800, Nick Gonella wrote:
> Hey Misc,
> As I read through the code, especially in the boot code, there
> seem to be quite a few blocks of code of the style:
>
> #if 0
> /* some code here */
> #endif
>
> On example of this is in sys/arch/amd64/amd64/pmap.c:2326
Hey Misc,
As I read through the code, especially in the boot code, there
seem to be quite a few blocks of code of the style:
#if 0
/* some code here */
#endif
On example of this is in sys/arch/amd64/amd64/pmap.c:2326
#if 0
pool_cache_invalidate(&pmap_pdp_cache);
#endif
Obviously, this cod
2 matches
Mail list logo