Kernel 2.6.39.x hangs

After Decompressing it is showing these error. Is this is a ramdisk
problem or my uImage .

RAMDISK: gzip image found at block 0
[ 2.094299] mmc0: host does not support reading read-only switch.
assuming write-enable.
[ 2.116119] mmc0: new SDHC card at address e624
[ 2.133636] mmcblk0: mmc0:e624 SU04G 3.69 GiB
[ 2.163452] mmcblk0: p1 p2
[ 2.477508] VFS: Mounted root (ext2 filesystem) on device 1:0.
[ 2.484039] Freeing init memory: 288K
[ 2.522186] request_module: runaway loop modprobe binfmt-464c

A quick google search turns up a few interesting remarks[1] that this
is likely a problem with your 'init' or 'modprobe' binaries. How did
you build your filesystem? It seems there are some errors in either
how you built your kernel modules or how you built 'init'.

[1] http://saalwaechter-notes.blogspot.com/2008/10/requestmodule-runaway-loop-modprobe.html

Hi,
      Thanks it solved my problem . My binaries had some problem and I
built from scratch and it worked!!