Duy-Ky Nguyen wrote: > release_region(ppc_base,PPC_SIZE); > release_region(lbc_base,PPC_SIZE); This should be PPC_BASE/LBC_BASE (the physical address), not ppc_base/lbc_base (the virtual address). -Scott