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

saeed bishara saeed.bishara at gmail.com
Sun Dec 6 11:13:26 EST 2009


>> >> +__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
>
Here it is:
---------------------------------------------------


More information about the linux-arm-kernel mailing list