]> git.baikalelectronics.ru Git - kernel.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)
commit873f1e536204d8d79bdc19dd9851a0c3ec41909c
treee69a89701ad7ce65c1abff8760f4af5d19235660
parent61d459e0c9e4d7a82b5b73a52ee30e80fbb669d3
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