From: Sonny Rao Date: Fri, 20 Aug 2010 04:10:19 +0000 (+0000) Subject: IB/ehca: Fix driver on relocatable kernel X-Git-Tag: v2.6.37-rc1~95^2^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625fbd3a36d836efaaee4b6d9c2fcd25e3654624;p=pandora-kernel.git IB/ehca: Fix driver on relocatable kernel the eHCA driver registers a MR for all of kernel memory, but makes the assumption that valid memory exists at KERNELBASE. This assumption may not be true in the case of a relocatable kernel, so use KERNELBASE + PHYSICAL_START to get the true beginning of usable kernel memory. cc: Joachim Fenkes cc: Christoph Raisch cc: Hoan-Ham Hguyen Signed-off-by: Sonny Rao Signed-off-by: Roland Dreier --- Reading git-diff-tree failed