svn commit: r336430 - head/sys/sparc64/include

Warner Losh imp at FreeBSD.org
Tue Jul 17 21:18:50 UTC 2018


Author: imp
Date: Tue Jul 17 21:18:49 2018
New Revision: 336430
URL: https://svnweb.freebsd.org/changeset/base/336430

Log:
  Fix a typo: change lists to list to match rest of sentence.
  
  Also, I misspoke in r336428. Any devices on sparc64 machines on "isa"
  that can do DMA can do 32-bit address DMA and aren't limited to
  24-bits of address.

Modified:
  head/sys/sparc64/include/vmparam.h

Modified: head/sys/sparc64/include/vmparam.h
==============================================================================
--- head/sys/sparc64/include/vmparam.h	Tue Jul 17 21:10:31 2018	(r336429)
+++ head/sys/sparc64/include/vmparam.h	Tue Jul 17 21:18:49 2018	(r336430)
@@ -87,7 +87,7 @@
 #define	VM_FREEPOOL_DIRECT	1
 
 /*
- * Create one free page lists: VM_FREELIST_DEFAULT is for all physical
+ * Create one free page list: VM_FREELIST_DEFAULT is for all physical
  * pages.
  */
 #define	VM_NFREELIST		1


More information about the svn-src-head mailing list