diff options
| author | Fabien Thomas <fabient@FreeBSD.org> | 2010-03-26 14:35:48 +0000 |
|---|---|---|
| committer | Fabien Thomas <fabient@FreeBSD.org> | 2010-03-26 14:35:48 +0000 |
| commit | 662cf719689e01e222eb7cb576e2948ae42678a5 (patch) | |
| tree | 5f958c4b05d2c2a06b2bced6c73e53a21ac0f094 /sys/dev/hwpmc | |
| parent | 75109b48f4045ae3dd5d160d06125fe31645cf5c (diff) | |
Notes
Diffstat (limited to 'sys/dev/hwpmc')
| -rw-r--r-- | sys/dev/hwpmc/hwpmc_logging.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/hwpmc/hwpmc_logging.c b/sys/dev/hwpmc/hwpmc_logging.c index 055433da4b34..633c6f953b6e 100644 --- a/sys/dev/hwpmc/hwpmc_logging.c +++ b/sys/dev/hwpmc/hwpmc_logging.c @@ -298,7 +298,6 @@ pmclog_loop(void *arg) mtx_unlock(&pmc_kthread_mtx); -sigpipe_retry: /* process the request */ PMCDBG(LOG,WRI,2, "po=%p base=%p ptr=%p", po, lb->plb_base, lb->plb_ptr); @@ -322,9 +321,6 @@ sigpipe_retry: if (error) { /* XXX some errors are recoverable */ - if (error == EPIPE) - goto sigpipe_retry; - /* send a SIGIO to the owner and exit */ PROC_LOCK(p); psignal(p, SIGIO); |
