linux_dsm_epyc7002/arch/arm/include
Michal Simek 8fff2f752f ARM: zynq: Move early printk virtual address to vmalloc area
The patch
"ARM: 8432/1: move VMALLOC_END from 0xff000000 to 0xff800000"
(sha1: 6ff0966052)
has moved also start of VMALLOC area because size didn't change.
That's why origin location of vmalloc was
   vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
and now is
   vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)

That's why uart virtual addresses need to be changed to reflect this new
memory setup. Starting address should be vmalloc start address.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2016-02-25 14:06:03 +01:00
..
asm Merge branch 'akpm' (patches from Andrew) 2016-01-21 12:32:08 -08:00
debug ARM: zynq: Move early printk virtual address to vmalloc area 2016-02-25 14:06:03 +01:00
uapi/asm ARM: wire up mlock2 syscall 2015-11-18 11:20:24 +00:00