From: Yinghai Lu Date: Sat, 18 Apr 2009 08:43:46 +0000 (-0700) Subject: x86/PCI: don't call e820_all_mapped with -1 in the mmconfig case X-Git-Tag: v2.6.27.23~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d93890025874ac5c6a31891cb424b987b2a1d90f;p=pandora-kernel.git x86/PCI: don't call e820_all_mapped with -1 in the mmconfig case commit 044cd80942e47b9de0915b627902adf05c52377f upstream. e820_all_mapped need end is (addr + size) instead of (addr + size - 1) Cc: stable@kernel.org Acked-by: Ingo Molnar Signed-off-by: Yinghai Lu Signed-off-by: Jesse Barnes Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed