[U-Boot] [RFC PATCH 1/2] hashtable: drop all non-reentrant versions

Mike Frysinger vapier at gentoo.org
Wed Dec 8 12:27:44 CET 2010


On Wednesday, December 08, 2010 06:26:04 Mike Frysinger wrote:
> The non-reentrant versions of the hashtable functions operate on a single
> shared hashtable.  So if two different people try using these funcs for
> two different purposes, they'll cause problems for the other.
> 
> Avoid this by converting all existing hashtable consumers over to the
> reentrant versions and then punting the non-reentrant ones.

oh, and this does shrink the final u-boot a little, so that's good
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20101208/7acac189/attachment.pgp 


More information about the U-Boot mailing list