From: Paul Mackerras Date: Wed, 23 Jun 2010 05:42:43 +0000 (+1000) Subject: powerpc, hw_breakpoint: Fix off-by-one in checking access address X-Git-Tag: v2.6.36-rc1~559^2~47^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=574cb24899d35e71be1d8fb1add2c3306804e4bf;p=pandora-kernel.git powerpc, hw_breakpoint: Fix off-by-one in checking access address The code would accept an access to an address one byte past the end of the requested range as legitimate, due to having a "<=" rather than a "<". This fixes that and cleans up the code a bit. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed