[PATCH 1/3] ARM: add base support for Marvell Dove SoC

Nicolas Pitre nico at fluxnic.net
Sun Dec 6 10:42:50 EST 2009


On Sun, 6 Dec 2009, saeed bishara wrote:

> >> +__pj4_v6_proc_info:
> >> +       .long   0x560f5810
> >> +       .long   0xff0ffff0
> >> +       .long   PMD_TYPE_SECT | \
> >> +               PMD_SECT_BUFFERABLE | \
> >> +               PMD_SECT_CACHEABLE | \
> > These two flags are different from flags used in v6 proc_info. Is PJ4
> > full compatible to armv6? Is there any reason to select
> > PMD_SECT_BUFFERABLE & PMD_SECT_CACHEABLE at here?
> good catch, those flags should be replace with PMD_FLAGS, this with
> break SMP support according to the following commit:
> "ARM: ensure initial page tables are setup for SMP systems"
> 
> Nico, should I send a patch that deletes those flags or to resend the
> updated patch?

Please simply send a patch to fix it on top of what's already in the Git 
repo.


Nicolas


More information about the linux-arm-kernel mailing list