commit | ac21951fa8a356e2aab6e93a61aa99b561100e67 | [log] [tgz] |
---|---|---|
author | LEROY Christophe <christophe.leroy@c-s.fr> | Fri Sep 19 10:36:09 2014 +0200 |
committer | Scott Wood <scottwood@freescale.com> | Fri Nov 07 18:10:41 2014 -0600 |
tree | bbe69b96f156251adb91e93d944d131196e7a609 | |
parent | d14068035c3f6fd0d6514e061e4324a277be83e2 [diff] |
powerpc/8xx: Const for TLB RPN forced value Value 0x00f0 is used to force bits in TLB level 2 entry. This value is linked to the page size and will vary when we change the page size. Lets define a const for it in order to have it at only one place. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <scottwood@freescale.com>