Page MenuHomeFreeBSD

D56296.diff
No OneTemporary

D56296.diff

diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c
--- a/sys/dev/hwpmc/hwpmc_mod.c
+++ b/sys/dev/hwpmc/hwpmc_mod.c
@@ -198,7 +198,6 @@
static int pmc_debugflags_parse(char *newstr, char *fence);
#endif
-static bool pmc_is_multipart(struct pmc_sample *ps);
static void pmc_multipart_add(struct pmc_sample *ps, int type,
int length);
static void pmc_multipart_copydata(struct pmc_sample *ps,
@@ -4636,12 +4635,6 @@
return;
}
-static bool
-pmc_is_multipart(struct pmc_sample *ps)
-{
- return ((ps->ps_flags & PMC_CC_F_MULTIPART) != 0);
-}
-
static void
pmc_multipart_add(struct pmc_sample *ps, int type, int length)
{

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 17, 5:10 AM (13 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31113027
Default Alt Text
D56296.diff (651 B)

Event Timeline