Re: [PATCH v3 10/31] arm64: TLB maintenance functionality

2012-09-07 Thread Arnd Bergmann
On Friday 07 September 2012, Catalin Marinas wrote: > > This patch adds the TLB maintenance functions. There is no distinction > made between the I and D TLBs. TLB maintenance operations are > automatically broadcast between CPUs in hardware. The inner-shareable > operations are always present, ev

[PATCH v3 10/31] arm64: TLB maintenance functionality

2012-09-07 Thread Catalin Marinas
This patch adds the TLB maintenance functions. There is no distinction made between the I and D TLBs. TLB maintenance operations are automatically broadcast between CPUs in hardware. The inner-shareable operations are always present, even on UP systems. NOTE: Large part of this patch to be dropped