DGE at sixnetio.com said: > kmalloc() is limited to 128K and the 128MB Flash needs more than > twice that, > so I tried vmalloc() and it seems to be OK (at least with PPC 2.4.18 > patched for the new MTD code). Does anyone know if this change is > safe? You need to change the corresponding kfree() to vfree(). -- dwmw2