diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2007-11-09 13:33:35 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2007-11-09 13:33:35 -0500 |
commit | 5c2ebe0293f9fee77404d587a264b7c90fd8712a (patch) | |
tree | 667dc956901aa44b59cd87adc4ad688a71b3cdfb /runtime/print_old.c | |
parent | 0919e9e340e5d93fcc7f07043e88c9a8659371a3 (diff) | |
parent | 185457afd0b9b00f835e2bedcd6801aae432b699 (diff) | |
download | systemtap-steved-5c2ebe0293f9fee77404d587a264b7c90fd8712a.tar.gz systemtap-steved-5c2ebe0293f9fee77404d587a264b7c90fd8712a.tar.xz systemtap-steved-5c2ebe0293f9fee77404d587a264b7c90fd8712a.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/print_old.c')
-rw-r--r-- | runtime/print_old.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/print_old.c b/runtime/print_old.c index 401d1af1..5ee050b5 100644 --- a/runtime/print_old.c +++ b/runtime/print_old.c @@ -16,9 +16,8 @@ * @note Preemption must be disabled to use this. */ -void _stp_print_flush (void) +void EXPORT_FN(stp_print_flush) (_stp_pbuf *pb) { - _stp_pbuf *pb = per_cpu_ptr(Stp_pbuf, smp_processor_id()); uint32_t len = pb->len; /* check to see if there is anything in the buffer */ |