aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorFabien Thomas <fabient@FreeBSD.org>2010-03-29 06:55:38 +0000
committerFabien Thomas <fabient@FreeBSD.org>2010-03-29 06:55:38 +0000
commit44a4e1d8fb8f69863493cc375bf5668976622dff (patch)
tree974f0dfc7c380ec27c1564759263488472d6871c /sys/dev
parentecb246eba62d141db0fc21e8cdded1a2c3dd6283 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/hwpmc/hwpmc_logging.c4
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);