U Area Removal

Scott Long scottl at freebsd.org
Thu Nov 11 22:27:06 PST 2004


Marcel Moolenaar wrote:
> On Nov 11, 2004, at 5:02 PM, David Schultz wrote:
> 
>> The bug jhb mentioned may be responsible for this:
>>
>> | +struct pstats *
>> | +pstats_alloc(void)
>> | +{
>> | +
>> | +       return (malloc(sizeof(struct plimit), M_SUBPROC, 
>> M_ZERO|M_WAITOK));
>> | +}
>> |
>> | I think you mean s/plimit/pstats/ there.
> 
> 
> Yup. ia64 boots fine after the substitution.
> 

Works on amd64 now too.  Haven't stessed it much though.

Scott


More information about the freebsd-arch mailing list