Home
last modified time | relevance | path

Searched hist:"574 cb24899d35e71be1d8fb1add2c3306804e4bf" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint.cdiff 574cb24899d35e71be1d8fb1add2c3306804e4bf Wed Jun 23 00:42:43 CDT 2010 Paul Mackerras <paulus@samba.org> 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 <paulus@samba.org>