kprobes/arm: fix cache flush address for instruction stub
authorNicolas Pitre <nico@cam.org>
Wed, 23 Apr 2008 22:44:15 +0000 (18:44 -0400)
committerNicolas Pitre <nico@cam.org>
Mon, 28 Apr 2008 19:54:37 +0000 (15:54 -0400)
commit8f79ff0cb5330a92032c30ff586745d3016b34ca
treeeb09cb66951079217d3f269d8bc4be76786dabd4
parent563307b2fa15d687abc54bd980b9847ebf0e3231
kprobes/arm: fix cache flush address for instruction stub

It is more useful to flush the cache with the actual buffer address
rather than the address containing a pointer to the buffer.

Signed-off-by: Nicolas Pitre <nico@marvell.com>
Acked-by: Lennert Buytenhek <buytenh@marvell.com>
arch/arm/kernel/kprobes.c