summaryrefslogtreecommitdiffstats
path: root/runtime/uprobes/uprobes_ppc.c
Commit message (Collapse)AuthorAgeFilesLines
* uprobes ppc64: UPROBES_DEBUG build fixFrank Ch. Eigler2009-12-011-2/+2
| | | | * runtime/uprobes/uprobes_ppc.c (calc_offset): Fix printk types.
* Rename uprobes_ppc64.c to uprobes_ppc.c, use it for ppc32Anton Vorontsov2009-12-011-0/+147
The code *looks* generic enough, so I think it can be used for ppc32 without modifications. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>