From: Minfei Huang Date: Sun, 12 Jul 2015 12:18:42 +0000 (+0800) Subject: x86/mm: Initialize pmd_idx in page_table_range_init_count() X-Git-Tag: omap-for-v4.3/fixes-merge-window~13^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9962eea9e55f797f05f20ba6448929cab2a9f018;p=pandora-kernel.git x86/mm: Initialize pmd_idx in page_table_range_init_count() The variable pmd_idx is not initialized for the first iteration of the for loop. Assign the proper value which indexes the start address. Fixes: 719272c45b82 'x86, mm: only call early_ioremap_page_table_range_init() once' Signed-off-by: Minfei Huang Cc: tony.luck@intel.com Cc: wangnan0@huawei.com Cc: david.vrabel@citrix.com Reviewed-by: yinghai@kernel.org Link: http://lkml.kernel.org/r/1436703522-29552-1-git-send-email-mhuang@redhat.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed