Author: adrian
Date: Fri May 15 21:33:19 2015
New Revision: 282991
URL: https://svnweb.freebsd.org/changeset/base/282991
Log:
Update the comments to match what the code ended up becoming.
-1 is now "no locality information available".
Sponsored by: Norse Corp, Inc.
Modified:
head/sys/x86/acpica/srat.c
Modified: head/sys/x86/acpica/srat.c
==============================================================================
--- head/sys/x86/acpica/srat.c Fri May 15 20:53:43 2015 (r282990)
+++ head/sys/x86/acpica/srat.c Fri May 15 21:33:19 2015 (r282991)
@@ -428,7 +428,7 @@ init_mem_locality(void)
int i;
/*
- * For now, assume 255 == "no locality information for
+ * For now, assume -1 == "no locality information for
* this pairing.
*/
for (i = 0; i < MAXMEMDOM * MAXMEMDOM; i++)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"