Index: kernel/arch/sparc64/src/smp/sun4v/smp.c
===================================================================
--- kernel/arch/sparc64/src/smp/sun4v/smp.c	(revision 1433ecda9b732f3f185f902feb26826ec2496e03)
+++ kernel/arch/sparc64/src/smp/sun4v/smp.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -191,7 +191,7 @@
 
 		/*
- 		 * if failed in previous CPUs, don't try
- 		 * to detect physical cores any more
- 		 */
+		 * if failed in previous CPUs, don't try
+		 * to detect physical cores any more
+		 */
 		if (exec_unit_assign_error)
 			continue;
@@ -250,5 +250,5 @@
 			    exec_units[i].strand_count : max_core_strands;
 
-		/* detecting execution unit failed */
+			/* detecting execution unit failed */
 		} else {
 			exec_unit_assign_error = 1;
@@ -260,8 +260,8 @@
 
 	/*
- 	 * A fallback code which will be executed if finding out which
- 	 * execution units belong to particular CPUs fails. Pretend there
- 	 * exists just one execution unit and all CPUs belong to it.
- 	 */
+	 * A fallback code which will be executed if finding out which
+	 * execution units belong to particular CPUs fails. Pretend there
+	 * exists just one execution unit and all CPUs belong to it.
+	 */
 	if (exec_unit_assign_error) {
 		bsp_exec_unit_index = 0;
@@ -288,8 +288,8 @@
 
 	/*
- 	 * Reorder the execution units array elements and the cpuid array
- 	 * elements so that the BSP will always be the very first CPU of
- 	 * the very first execution unit.
- 	 */
+	 * Reorder the execution units array elements and the cpuid array
+	 * elements so that the BSP will always be the very first CPU of
+	 * the very first execution unit.
+	 */
 	exec_unit_t temp_exec_unit = exec_units[0];
 	exec_units[0] = exec_units[bsp_exec_unit_index];
