From 10461eef948bcb7365ecc16c308551e2c340c9b4 Mon Sep 17 00:00:00 2001 From: Niels Kristian Bech Jensen Date: Tue, 5 Feb 2002 01:41:43 -0800 Subject: [PATCH] [PATCH] Two fixes for linux-2.5.3. Correct typo in Documentation/Changes. Remove duplicate code in arch/i386/boot/bootsect.S. --- Documentation/Changes | 4 ++-- arch/i386/boot/bootsect.S | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Documentation/Changes b/Documentation/Changes index bb72248f19a6..a4ac11940fb8 100644 --- a/Documentation/Changes +++ b/Documentation/Changes @@ -106,8 +106,8 @@ assembling the 16-bit boot code, removing the need for as86 to compile your kernel. This change does, however, mean that you need a recent release of binutils. -System utililities -================== +System utilities +================ Architectural changes --------------------- diff --git a/arch/i386/boot/bootsect.S b/arch/i386/boot/bootsect.S index f72d7e55b921..a99ffbbbe905 100644 --- a/arch/i386/boot/bootsect.S +++ b/arch/i386/boot/bootsect.S @@ -158,9 +158,7 @@ got_sectors: movw $sread, %si # the boot sector has already been read movw %ax, (%si) - xorw %ax, %ax # reset FDC - xorb %dl, %dl - int $0x13 + call kill_motor # reset FDC movw $0x0200, %bx # address = 512, in INITSEG next_step: movb setup_sects, %al -- 2.39.5