Author: lstewart
Date: Sat Nov 26 01:44:37 2011
New Revision: 227986
URL: http://svn.freebsd.org/changeset/base/227986

Log:
  Export the "ffclock" feature for kernels compiled with feed-forward clock
  support.
  
  Suggested by: netchild
  Reviewed by:  netchild

Modified:
  head/sys/kern/kern_ffclock.c

Modified: head/sys/kern/kern_ffclock.c
==============================================================================
--- head/sys/kern/kern_ffclock.c        Sat Nov 26 00:30:39 2011        
(r227985)
+++ head/sys/kern/kern_ffclock.c        Sat Nov 26 01:44:37 2011        
(r227986)
@@ -49,6 +49,8 @@ __FBSDID("$FreeBSD$");
 
 #ifdef FFCLOCK
 
+FEATURE(ffclock, "Feed-forward clock support");
+
 extern struct ffclock_estimate ffclock_estimate;
 extern struct bintime ffclock_boottime;
 extern int8_t ffclock_updated;
_______________________________________________
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"

Reply via email to