soc/intel/common/block/cpu: Use tab instead of space
Convert the lines starts with whitespace with tab as applicable. Change-Id: Ife7b27360661cbfd2c90e2b643ed31225ded228c Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51250 Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
99059d170a
commit
e4606bbff7
|
@ -398,9 +398,9 @@ find_llc_subleaf:
|
|||
* Then we need to allocate just one way for non-eviction
|
||||
* of RW data.
|
||||
*/
|
||||
movl $0x01, %eax
|
||||
cmp $CONFIG_DCACHE_RAM_SIZE, %ecx
|
||||
jnc set_eviction_mask
|
||||
movl $0x01, %eax
|
||||
cmp $CONFIG_DCACHE_RAM_SIZE, %ecx
|
||||
jnc set_eviction_mask
|
||||
|
||||
/*
|
||||
* RW data size / way size is equal to number of
|
||||
|
|
Loading…
Reference in New Issue