From: Tejun Heo Date: Fri, 3 Jul 2009 23:10:58 +0000 (+0900) Subject: x86: make pcpu_chunk_addr_search() matching stricter X-Git-Tag: v2.6.32-rc1~676^2^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ba6ac825fac187894e236c9df1ba5fcbf53fd3;p=pandora-kernel.git x86: make pcpu_chunk_addr_search() matching stricter The @addr passed into pcpu_chunk_addr_search() is unit0 based address and thus should be matched inside unit0 area. Currently, when it uses chunk size when determining whether the address falls in the first chunk. Addresses in unitN where N>0 shouldn't be passed in anyway, so this doesn't cause any malfunction but fix it for consistency. [ Impact: mostly cleanup ] Signed-off-by: Tejun Heo Cc: Ingo Molnar --- Reading git-diff-tree failed