Index: kernel/arch/sparc64/src/smp/sun4v/smp.c
===================================================================
--- kernel/arch/sparc64/src/smp/sun4v/smp.c	(revision 11b285d87da6e1d6a1d65134694b4f971f3cdebc)
+++ kernel/arch/sparc64/src/smp/sun4v/smp.c	(revision 6ff23ff32c8aa9d6ad8d06f1743ca1b0d68c14bc)
@@ -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];
