diff options
author | Subrata Banik <subrata.banik@intel.com> | 2019-11-14 11:08:51 +0530 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-15 11:01:33 +0000 |
commit | 5885ffef326ff41b2bad80e42e1795a2982754b3 (patch) | |
tree | 074cb4a2044d57a8b636548107433b5b8e59369b /src/soc/intel/common/block/cpu | |
parent | 5aa0a53e5ff64e83f893a26153fb35cde4a05cd4 (diff) |
soc/intel/common: Make alignment proper for comments
Change-Id: If932582d03bb2f6d3d14c9bce45cf2030f3b3c4e
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36838
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: V Sowmya <v.sowmya@intel.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/soc/intel/common/block/cpu')
-rw-r--r-- | src/soc/intel/common/block/cpu/car/cache_as_ram.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/cpu/car/cache_as_ram.S b/src/soc/intel/common/block/cpu/car/cache_as_ram.S index 471c18e407..0992d85acd 100644 --- a/src/soc/intel/common/block/cpu/car/cache_as_ram.S +++ b/src/soc/intel/common/block/cpu/car/cache_as_ram.S @@ -177,7 +177,7 @@ car_init_done: andl $0xfffffff0, %esp sub $8, %esp - /*push TSC value to stack*/ + /* push TSC value to stack */ movd %mm2, %eax pushl %eax /* tsc[63:32] */ movd %mm1, %eax |