x86: Undo workaround required by Diab toolchain

This workaround is no longer required.

Change-Id: I797237be77b7568fe836df0e82640027d8d4882b
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-10-15 14:58:47 -04:00 committed by Anas Nashif
commit 7011b1c8da

View file

@ -108,12 +108,7 @@ SECTION_FUNC(TEXT_START, __start)
movw %ax, %gs /* set GS */
movw %ax, %ss /* set SS */
/* this is 'ljmp $0x08:$_csSet': diab 5.9.1.0 does not encode
* it correctly */
.byte 0xea
.long __csSet
.byte 0x08
.byte 0x00
ljmp $0x08, $__csSet /* set CS = 0x08 */
__csSet:
#endif /* CONFIG_BOOTLOADER_UNKNOWN */