Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



> Module Name:  src
> Committed By: skrll
> Date:         Sat Feb  2 20:21:55 UTC 2008
> 
> Modified Files:
>       src/sys/kern: subr_pool.c
> 
> Log Message:
> Check alignment against pp->pr_align not pp->pr_alloc->pa_pagesz.
> 
> DIAGNOSTIC kernels on hppa boot again.
> 
> OK'd by ad.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.148 -r1.149 src/sys/kern/subr_pool.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

i don't think it's correct.  please revert.
pr_find_pagehead relies on pa_pagesz aligned pages.

YAMAMOTO Takashi



Home | Main Index | Thread Index | Old Index