diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-28 15:41:12 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-04 09:13:11 +0000 |
commit | 9d75957116d9c191771fa9f0f9c436813f938e01 (patch) | |
tree | dbc69ca087406af674e3d630d7b1801ab5d83c1f /src/cpu/x86 | |
parent | 0d8f1dac9e505eb3b0c8c4b58c06398cf465fdc4 (diff) |
src/cpu: Get rid of whitespace before tab
Change-Id: Ic501f5f9e8cd79774eb2a8d8902f01853d746470
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26648
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/cpu/x86')
-rw-r--r-- | src/cpu/x86/smm/smmrelocate.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/smm/smmrelocate.S b/src/cpu/x86/smm/smmrelocate.S index ed556db7fc..56e73cdc32 100644 --- a/src/cpu/x86/smm/smmrelocate.S +++ b/src/cpu/x86/smm/smmrelocate.S @@ -67,7 +67,7 @@ * * Example (with SMM handler living at 0xa0000): * - * LAPICID SMBASE SMM Entry SAVE STATE + * LAPICID SMBASE SMM Entry SAVE STATE * 0 0xa0000 0xa8000 0xafd00 * 1 0x9fc00 0xa7c00 0xaf900 * 2 0x9f800 0xa7800 0xaf500 |