Unbreak LINT.

This commit is contained in:
jkoshy 2008-11-22 12:34:49 +00:00
parent f814c44886
commit 45f7975419
4 changed files with 24 additions and 0 deletions

View File

@ -39,6 +39,12 @@ pmc_md_initialize()
return NULL;
}
void
pmc_md_finalize(struct pmc_mdep *md)
{
(void) md;
}
int
pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples,
struct trapframe *tf)

View File

@ -39,6 +39,12 @@ pmc_md_initialize()
return NULL;
}
void
pmc_md_finalize(struct pmc_mdep *md)
{
(void) md;
}
int
pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples,
struct trapframe *tf)

View File

@ -39,6 +39,12 @@ pmc_md_initialize()
return NULL;
}
void
pmc_md_finalize(struct pmc_mdep *md)
{
(void) md;
}
int
pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples,
struct trapframe *tf)

View File

@ -39,6 +39,12 @@ pmc_md_initialize()
return NULL;
}
void
pmc_md_finalize(struct pmc_mdep *md)
{
(void) md;
}
int
pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples,
struct trapframe *tf)