Hello. On 1/5/2016 8:59 AM, Huacai Chen wrote:
Commit be0c37c985eddc4 (MIPS: Rearrange PTE bits into fixed positions.) defines fixed PTE bits for MIPS R2. Then, commit d7b631419b3d230a4d383 (MIPS: pgtable-bits: Fix XPA damage to R6 definitions.) adds the MIPS R6 definitions in the same way as MIPS R2. But some R6 definitions in the later commit is missing, so in this patch I fix that.
You're adding #ifdef's, not definitions.
Cc: <stable@xxxxxxxxxxxxxxx> Signed-off-by: Huacai Chen <chenhc@xxxxxxxxxx>
[...] MBR, Sergei