On Tue, Mar 24, 2015 at 04:08:37PM -0600, Toshi Kani wrote: > __mtrr_type_lookup() checks MTRR fixed ranges when > mtrr_state.have_fixed is set and start is less than > 0x100000. However, the 'else if (start < 0x1000000)' > in the code checks with a wrong address as it has > an extra-zero in the address. The code still runs > correctly as this check is meaningless, though. > > This patch replaces the wrong address check with 'else' > with no condition. > > Signed-off-by: Toshi Kani <toshi.kani@xxxxxx> > --- > arch/x86/kernel/cpu/mtrr/generic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>