remove trailing whitespace
Change-Id: Ib91889a374515d36a2b12b53aeb12b6ea6e22732 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/364 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
committed by
Patrick Georgi
parent
784544b934
commit
5ff7c13e85
@@ -36,7 +36,7 @@ void (*realmode_call)(u32 addr, u32 eax, u32 ebx, u32 ecx, u32 edx,
|
||||
u32 esi, u32 edi) __attribute__((regparm(0))) =
|
||||
(void *)&__realmode_call;
|
||||
|
||||
void (*realmode_interrupt)(u32 intno, u32 eax, u32 ebx, u32 ecx, u32 edx,
|
||||
void (*realmode_interrupt)(u32 intno, u32 eax, u32 ebx, u32 ecx, u32 edx,
|
||||
u32 esi, u32 edi) __attribute__((regparm(0))) =
|
||||
(void *)&__realmode_interrupt;
|
||||
|
||||
@@ -361,7 +361,7 @@ void do_vsmbios(void)
|
||||
printk(BIOS_DEBUG, "Calling VSA module...\n");
|
||||
|
||||
/* ECX gets SMM, EDX gets SYSMEM */
|
||||
realmode_call(VSA2_ENTRY_POINT, 0x0, 0x0, MSR_GLIU0_SMM,
|
||||
realmode_call(VSA2_ENTRY_POINT, 0x0, 0x0, MSR_GLIU0_SMM,
|
||||
MSR_GLIU0_SYSMEM, 0x0, 0x0);
|
||||
|
||||
printk(BIOS_DEBUG, "... VSA module returned.\n");
|
||||
|
@@ -255,7 +255,7 @@ __realmode_interrupt = RELOCATED(.)
|
||||
data32 ljmp $0, $RELOCATED(1f)
|
||||
1:
|
||||
|
||||
/* put the stack at the end of page zero. That way we can easily
|
||||
/* put the stack at the end of page zero. That way we can easily
|
||||
* share it between real mode and protected mode, because %esp and
|
||||
* %ss:%sp point to the same memory.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user