From e369010ab872aa4d90ef99af95a50cdd8353520e Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 6 Jan 2016 15:21:02 -0700 Subject: arch/x86: Indent using tabs not spaces No functional changes - just whitespace fixes. Signed-off-by: Martin Roth Change-Id: I8ffa87240bcbd3d657ed9dc619b5e5bf9de734d7 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12853 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/arch/x86/boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arch/x86/boot.c') diff --git a/src/arch/x86/boot.c b/src/arch/x86/boot.c index f7c35825af..71b79fe12a 100644 --- a/src/arch/x86/boot.c +++ b/src/arch/x86/boot.c @@ -106,14 +106,14 @@ static void jmp_payload(void *entry, unsigned long buffer, unsigned long size) /* Save the parameters I was passed */ #ifdef __x86_64__ " pushl $0\n\t" /* 20 adjust */ - " pushl %%eax\n\t" /* 16 lb_start */ + " pushl %%eax\n\t" /* 16 lb_start */ " pushl %%ebx\n\t" /* 12 buffer */ " pushl %%ecx\n\t" /* 8 lb_size */ " pushl %%edx\n\t" /* 4 entry */ " pushl %%esi\n\t" /* 0 elf_boot_notes */ #else " pushl $0\n\t" /* 20 adjust */ - " pushl %0\n\t" /* 16 lb_start */ + " pushl %0\n\t" /* 16 lb_start */ " pushl %1\n\t" /* 12 buffer */ " pushl %2\n\t" /* 8 lb_size */ " pushl %3\n\t" /* 4 entry */ -- cgit v1.2.3