Skip to content

Commit

Permalink
Fix UP kernel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Wildner committed Mar 31, 2010
1 parent 1e9817e commit 58eccc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/cpu/i386/misc/lwbuf.c
Expand Up @@ -122,12 +122,14 @@ lwbuf_alloc(vm_page_t m)
return (lwb);
}

#ifdef SMP
static
void
lwbuf_free_remote(void *arg)
{
lwbuf_free(arg);
}
#endif

void
lwbuf_free(struct lwbuf *lwb)
Expand Down

0 comments on commit 58eccc6

Please sign in to comment.