On Friday, July 16, 2010 8:30:50 am Bjoern A. Zeeb wrote: > On Fri, 16 Jul 2010, Kostik Belousov wrote: > > > On Fri, Jul 16, 2010 at 06:44:39AM +0000, Bjoern A. Zeeb wrote: > >> On Thu, 15 Jul 2010, John Baldwin wrote: > >> > >>> Author: jhb > >>> Date: Thu Jul 15 20:24:37 2010 > >>> New Revision: 210138 > >>> URL: http://svn.freebsd.org/changeset/base/210138 > >>> > >>> Log: > >>> Retire td_syscalls now that it is no longer needed. > >>> > >>> Modified: > >>> head/sys/kern/kern_thread.c > >>> head/sys/kern/subr_trap.c > >>> head/sys/sys/proc.h > >> > >> Did you want to leave the field as a placehgolder or add a note > >> somewhere that people should do a full recompile because the layout > >> changed? > > Make depend should do the magic, right ? > > right, I am more worried about (out of tree) modules. struct thread > is basically everywhere with curthread and thread * passed around and > modules will not refuse to load as freebsd_version hasn't changed.
I could bump the version perhaps as those are cheap, but we generally don't care about preserving KBI in HEAD. -- John Baldwin _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"