Re: [PATCH 1/4] m68k/atari - stram: alloc ST-RAM pool even if kernel not in ST-RAM

2014-03-30 Thread Michael Schmitz
Hi Geert, will do. Likewise for the external framebuffer case. I'm still hung up on the SCSI behaviour with current kernels - may have managed to trash the SCSI disk filesystems or partitions with an earlier version of these patches. Cheers, Michael On Mon, Mar 31, 2014 at 8:11 AM, Geert Uy

Re: [PATCH 1/4] m68k/atari - stram: alloc ST-RAM pool even if kernel not in ST-RAM

2014-03-30 Thread Geert Uytterhoeven
Hi Michael, On Sun, Mar 30, 2014 at 1:01 AM, Michael Schmitz wrote: > + pr_debug("atari_stram pool: size = %lu bytes, resource = > %pR\n", > + pool_size, &stram_pool); > + pr_debug("atari_stram pool: start = %p, end = %p\n", > +

[PATCH 1/4] m68k/atari - stram: alloc ST-RAM pool even if kernel not in ST-RAM

2014-03-29 Thread Michael Schmitz
With the kernel loaded to FastRAM (TT-RAM), none of the ST-RAM address range is mapped by init_mem, and ST-RAM is not accessible through the normal allocation pathways as a result. Implement ST-RAM pool allocation to be based on physical addresses always (it already was when the kernel was loaded