Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2015 21:33:20 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282991 - head/sys/x86/acpica
Message-ID:  <201505152133.t4FLXKpq097627@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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++)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505152133.t4FLXKpq097627>