From: Markos Chandras Date: Wed, 19 Nov 2014 09:39:56 +0000 (+0000) Subject: MIPS: mm: page: Add MIPS R6 support X-Git-Tag: fixes-v4.0-rc1~21^2~26^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e6d30ad123c81de1d8d6efa2e3e3e33c1e327b;p=pandora-kernel.git MIPS: mm: page: Add MIPS R6 support The MIPS R6 pref instruction only has 9 bits for the immediate field so skip the micro-assembler PREF instruction if the offset does not fit in 9 bits. Moreover, bit 30 (Pref_PrepareForStore) is no longer valid in MIPS R6, so we change the default for all MIPS R6 processors to bit 5 (Pref_StoreStreamed). Signed-off-by: Markos Chandras --- Reading git-diff-tree failed