This is a precursor for EVA specs implementation on Aptiv cores. EVA has different virtual address sets for kernel and user space and it can use memory on different physical address location. For exam, on Malta it can use a natural 0x80000000, one our customer put memory into 0x40000000 etc. - Leonid. Ralf Baechle <ralf@xxxxxxxxxxxxxx> wrote: On Thu, Jun 20, 2013 at 10:36:30AM -0500, Steven J. Hill wrote: > From: Leonid Yegoshin <Leonid.Yegoshin@xxxxxxxxxx> > > This reverts commit 3f4579252aa166641861a64f1c2883365ca126c2. It is > invalid because the macros CAC_ADDR and UNCAC_ADDR have a kernel > virtual address as an argument and also returns a kernel virtual > address. Using and physical address PHYS_OFFSET is blatantly wrong > for a macro common to multiple platforms. While the patch itself is looking sane at a glance, I'm wondering if this is fixing any actual bug or is just the result of a code review? Ralf