svn commit: r209853 - head/sys/powerpc/aim

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Jul 9 14:04:17 UTC 2010


Author: nwhitehorn
Date: Fri Jul  9 14:04:16 2010
New Revision: 209853
URL: http://svn.freebsd.org/changeset/base/209853

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

Modified:
  head/sys/powerpc/aim/platform_chrp.c

Modified: head/sys/powerpc/aim/platform_chrp.c
==============================================================================
--- head/sys/powerpc/aim/platform_chrp.c	Fri Jul  9 14:02:57 2010	(r209852)
+++ head/sys/powerpc/aim/platform_chrp.c	Fri Jul  9 14:04:16 2010	(r209853)
@@ -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