Module Name: src Committed By: macallan Date: Wed Aug 30 07:42:41 UTC 2023
Modified Files: src/sys/arch/macppc/dev: pmu.c Log Message: remove ancient #if 0 block NFC To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/macppc/dev/pmu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/macppc/dev/pmu.c diff -u src/sys/arch/macppc/dev/pmu.c:1.40 src/sys/arch/macppc/dev/pmu.c:1.41 --- src/sys/arch/macppc/dev/pmu.c:1.40 Tue Aug 22 06:43:34 2023 +++ src/sys/arch/macppc/dev/pmu.c Wed Aug 30 07:42:41 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: pmu.c,v 1.40 2023/08/22 06:43:34 macallan Exp $ */ +/* $NetBSD: pmu.c,v 1.41 2023/08/30 07:42:41 macallan Exp $ */ /*- * Copyright (c) 2006 Michael Lorenz @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pmu.c,v 1.40 2023/08/22 06:43:34 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmu.c,v 1.41 2023/08/30 07:42:41 macallan Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -762,21 +762,6 @@ done: return 1; } -#if 0 -static int -pmu_error_handler(void *cookie, int len, uint8_t *data) -{ - struct pmu_softc *sc = cookie; - - /* - * something went wrong - * byte 3 seems to be the failed command - */ - sc->sc_error = 1; - wakeup(&sc->sc_todev); - return 0; -} -#endif #define DIFF19041970 2082844800 static int