summaryrefslogtreecommitdiff
path: root/core/bios.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2014-02-13 16:27:50 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2014-02-13 16:27:50 -0800
commitfb4eeb70f5f5b122319ad3f6474b38b6d4a389dd (patch)
tree20c1d124d1435567210112ea0708bfe68eddfaf5 /core/bios.c
parenta5727651bb78e7cd1bd90046e24fbcedf4f7dfb9 (diff)
downloadsyslinux-fb4eeb70f5f5b122319ad3f6474b38b6d4a389dd.tar.gz
comapi: Remove the comapi interfaces completely
Remove the last bits of the comapi interfaces completely. This does not install stub handlers for the INT 20-3Fh handlers, as we don't support loading old COMBOOT/COM32/COM32R images anymore. We could put those back if we really need them. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'core/bios.c')
-rw-r--r--core/bios.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/bios.c b/core/bios.c
index 9cfb94be..7e0f2278 100644
--- a/core/bios.c
+++ b/core/bios.c
@@ -665,7 +665,6 @@ void bios_init(void)
dmi_init();
}
-extern void comboot_cleanup_api(void);
extern void bios_timer_cleanup(void);
extern uint32_t OrigFDCTabPtr;
@@ -683,7 +682,6 @@ static void bios_cleanup_hardware(void)
*/
__intcall(0x13, &zero_regs, NULL);
- call16(comboot_cleanup_api, &zero_regs, NULL);
call16(bios_timer_cleanup, &zero_regs, NULL);
/* If we enabled serial port interrupts, clean them up now */