cvs commit: src/sys/kern kern_kse.c
Attilio Rao
attilio at FreeBSD.org
Mon Jul 23 23:16:55 UTC 2007
attilio 2007-07-23 23:16:53 UTC
FreeBSD src repository
Modified files:
sys/kern kern_kse.c
Log:
upcall_free() was only used in kse_GC() which has been removed so it now
results unused; this, with -Werror option of gcc, rise a warning for gcc
which let the buildkernel to be busted.
Fix this removing upcall_free().
Reported by: various
Approved by: jeff
Approved by: re
Pointy hat to: attilio
Revision Changes Path
1.233 +0 -8 src/sys/kern/kern_kse.c
More information about the cvs-src
mailing list