]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mm: Add strongly ordered descriptor support.
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Tue, 28 Jun 2011 19:42:56 +0000 (12:42 -0700)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Fri, 23 Sep 2011 06:35:30 +0000 (12:05 +0530)
commitfd4e2589f1cd72b4fcfeb7d70aba45d282362aa8
tree1c9a5d9f0c57af407085f2d74ef8c3bd63ecb34e
parentd2de4673dd05d437adf337d6bf5f89ea3ba2e0a0
ARM: mm: Add strongly ordered descriptor support.

On certain architectures, there might be a need to mark certain
addresses with strongly ordered memory attributes to avoid ordering
issues at the interconnect level.

On OMAP4, the asynchronous bridge buffers can only be drained
with strongly ordered accesses and hence the need to mark the
memory strongly ordered.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Woodruff Richard <r-woodruff2@ti.com>
Tested-by: Vishwanath BS <vishwanath.bs@ti.com>
arch/arm/include/asm/mach/map.h
arch/arm/include/asm/pgtable.h
arch/arm/mm/mmu.c