svn commit: r209947 - stable/8/sys/powerpc/aim

Nathan Whitehorn nwhitehorn at FreeBSD.org
Mon Jul 12 14:24:21 UTC 2010


Author: nwhitehorn
Date: Mon Jul 12 14:24:20 2010
New Revision: 209947
URL: http://svn.freebsd.org/changeset/base/209947

Log:
  MFC r209853:
  
  The number after 2 is 3, not 4.

Modified:
  stable/8/sys/powerpc/aim/platform_chrp.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/powerpc/aim/platform_chrp.c
==============================================================================
--- stable/8/sys/powerpc/aim/platform_chrp.c	Mon Jul 12 14:19:23 2010	(r209946)
+++ stable/8/sys/powerpc/aim/platform_chrp.c	Mon Jul 12 14:24:20 2010	(r209947)
@@ -241,7 +241,7 @@ chrp_smp_start_cpu(platform_t plat, stru
 		case 2:
 			reset += 0x0f;
 			break;
-		case 4:
+		case 3:
 			reset += 0x10;
 			break;
 		default:


More information about the svn-src-all mailing list