]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/8xx: Use M_TW instead of M_TWB
authorLEROY Christophe <christophe.leroy@c-s.fr>
Fri, 19 Sep 2014 08:36:08 +0000 (10:36 +0200)
committerScott Wood <scottwood@freescale.com>
Sat, 8 Nov 2014 00:10:40 +0000 (18:10 -0600)
commitcbc130f120d5e180a70a0fa4a8b4191e44548a87
treee69a89701ad7ce65c1abff8760f4af5d19235660
parent6cde2b6f399e7d68a4b482680850a077104f9068
powerpc/8xx: Use M_TW instead of M_TWB

Use M_TW instead of M_TWB for storing Level 1 table address as M_TWB requires
4k aligned tables, which is only the case with 4k pages.
Consequently, we have to calculate the level 1 table index by ourselves.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/kernel/head_8xx.S