powerpc, hw_breakpoint: Fix off-by-one in checking access address
authorPaul Mackerras <paulus@samba.org>
Wed, 23 Jun 2010 05:42:43 +0000 (15:42 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 23 Jun 2010 05:42:43 +0000 (15:42 +1000)
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 <paulus@samba.org>

No differences found