[PATCH 1/3] ARM: add base support for Marvell Dove SoC
saeed bishara
saeed.bishara at gmail.com
Sun Dec 6 07:44:34 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?
saeed
More information about the linux-arm-kernel
mailing list