ARM: Fix memset on TLB flush and initialization
authorChander Sudanthi <Chander.Sudanthi@ARM.com>
Thu, 16 Jun 2011 20:08:11 +0000 (15:08 -0500)
committerChander Sudanthi <Chander.Sudanthi@ARM.com>
Thu, 16 Jun 2011 20:08:11 +0000 (15:08 -0500)
commit9fe3610b32545b33767fc22b9fdd7f19046077d0
tree7815047604454c6d44d351e56e12d8fa88c6590f
parent8bf92329eeea76e4e01c49f31e68c29cdada5985
ARM: Fix memset on TLB flush and initialization

Instead of clearing the entire TLB on initialization and flush, the code was
clearing only one element.  This patch corrects the memsets in the init and
flush routines.
src/arch/arm/tlb.cc