From fc4d56e7a2903804a0f54d0852467b8021176eff Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 17 Jul 2018 21:18:49 +0000 Subject: [PATCH] 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. --- sys/sparc64/include/vmparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sparc64/include/vmparam.h b/sys/sparc64/include/vmparam.h index b98ee8c56775..f23ebb06d65a 100644 --- a/sys/sparc64/include/vmparam.h +++ b/sys/sparc64/include/vmparam.h @@ -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