<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: ucc_geth DPRAM alloc error, 2.6.22-rc3</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>>From: Li Yang-r58472 [<A HREF="mailto:LeoLi@freescale.com">mailto:LeoLi@freescale.com</A>]<BR>
>> if (assure_empty(info, 1) < 0)<BR>
>> return ERR_PTR(-ENOMEM);<BR>
<BR>
>You also need to change this to assure_empty(info, 2), as you are very<BR>
>likely to need 2 slots afterward. You need to assure there are enough<BR>
>slots or grow the block number.<BR>
<BR>
Ahh. I'll fix that in my code.<BR>
It was a quick&dirty hack to get the allocator to work wen we used most of the available DPRAM.<BR>
</FONT>
</P>
</BODY>
</HTML>