Hi Geert,
On Mon, Mar 31, 2014 at 10:12 PM, Geert Uytterhoeven <[email protected]> wrote: > Hi Michael, > > On Mon, Mar 31, 2014 at 10:06 AM, Michael Schmitz <[email protected]> > wrote: >> The new atari_stram_alloc interface returns kernel virtual addresses >> even if the kernel runs in FastRAM. These addresses are not >> guaranteed to be identical with the physical addresses. Since ST-RAM >> mappings have not been set up by mem_init, virt_to_phys() and its >> cousin do not work and the atari_stram_to_phys() etc. helpers must >> be used to determine physical addresses. > > Thanks! > >> @@ -2213,7 +2214,7 @@ static int ext_encode_var(struct fb_var_screeninfo >> *var, struct atafb_par *par) >> >> static void ext_get_par(struct atafb_par *par) >> { >> - par->screen_base = external_addr; >> + par->screen_base =external_screen_base; > > I'll add the missing space after "=". > >> + external_screen_base = ioremap_writethrough((unsigned >> long)external_addr, >> external_len); > > I'll remove the now superfluous cast. Thanks, much appreciated! Cheers, Michael -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/CAOmrzk+KoMDn+_ea-gfRXCU0==szbdbwan8y0de_c9qovkq...@mail.gmail.com

