cpu/amd/agesa/family1{0,2}: Fix indent and sync closer together
Change-Id: If1ca90aa8050fc1b2e1c98e0fb669de1d155a949 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7543 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
		@@ -40,6 +40,7 @@ static void model_10_init(device_t dev)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	u8 i;
 | 
						u8 i;
 | 
				
			||||||
	msr_t msr;
 | 
						msr_t msr;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if IS_ENABLED(CONFIG_LOGICAL_CPUS)
 | 
					#if IS_ENABLED(CONFIG_LOGICAL_CPUS)
 | 
				
			||||||
	u32 siblings;
 | 
						u32 siblings;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -70,7 +70,7 @@ static void model_12_init(device_t dev)
 | 
				
			|||||||
	setup_lapic();
 | 
						setup_lapic();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Set the processor name string */
 | 
						/* Set the processor name string */
 | 
				
			||||||
//  init_processor_name();
 | 
						//  init_processor_name();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if IS_ENABLED(CONFIG_LOGICAL_CPUS)
 | 
					#if IS_ENABLED(CONFIG_LOGICAL_CPUS)
 | 
				
			||||||
	siblings = cpuid_ecx(0x80000008) & 0xff;
 | 
						siblings = cpuid_ecx(0x80000008) & 0xff;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user