commit | 4e591f3c0a618b8230a37bfff64b59e76374f2e5 | [log] [tgz] |
---|---|---|
author | LEROY Christophe <christophe.leroy@c-s.fr> | Tue Sep 24 10:18:39 2013 +0200 |
committer | Scott Wood <scottwood@freescale.com> | Mon Oct 28 21:11:21 2013 -0500 |
tree | a9d1c008e9fe324f95a03e464961a855de388026 | |
parent | 9e0967572e5a0e8c887b2d71192bdad342e8a3dd [diff] |
powerpc/8xx: Fixing issue with CONFIG_PIN_TLB Activating CONFIG_PIN_TLB is supposed to pin the IMMR and the first three 8Mbytes pages. But the setting of MD_CTR to a pinnable entry was missing before the pinning of the third 8Mb page. As the index is decremented module 28 (MD_RSV4D is set) after every DTLB update, the third 8Mbytes page was not pinned. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <scottwood@freescale.com>