realview compulsory enables CONFIG_ARM_PATCH_PHYS_VIRT on me

Colin Tuckley colin.tuckley at arm.com
Tue Dec 6 03:29:43 EST 2011


> -----Original Message-----

> depends on !ARCH_REALVIEW || !SPARSEMEM

> No, it's correct.  None of you are understanding the logic.

> And this clearly shows that if we have realview _and_ sparsemem
> enabled,
> then we don't want P2V patching in place.

In which case wouldn't it be clearer if it was written as:

depends on !(ARCH_REALVIEW && SPARSEMEM)

Colin






More information about the linux-arm-kernel mailing list