]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: Move tlb_addr and tlb_size to arch_global_data
authorSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2012 20:48:39 +0000 (20:48 +0000)
committerTom Rini <trini@ti.com>
Fri, 1 Feb 2013 20:21:58 +0000 (15:21 -0500)
commit34fd5d253dee74fa8e431fc2183aa9f2637afa04
tree35ee1ba256a3c5b7f4ca512b9c58b3b922ef8a05
parent37434783bbc3a16658abdaec357ad9d9310947d2
arm: Move tlb_addr and tlb_size to arch_global_data

Move these fields into arch_global_data and tidy up.

Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Address tlb_size in this patch as well]
Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/include/asm/global_data.h
arch/arm/lib/board.c
arch/arm/lib/cache-cp15.c
common/cmd_bdinfo.c