summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2020-06-10 11:45:26 -0500
committerJoel Sherrill <joel@rtems.org>2020-06-17 07:52:15 -0500
commit4a8b135dd6a514099cbd0f254487ddd38cf92b2f (patch)
treeeb0f5d4eec6829a11bb65327482d104f0a9249b1
parent96d9823ddda26481bd0e8f8105826b7adf7fe121 (diff)
bsps/i386/pc386/start/*.S: Remove space before tab
-rw-r--r--bsps/i386/pc386/start/ldsegs.S2
-rw-r--r--bsps/i386/pc386/start/start.S4
2 files changed, 3 insertions, 3 deletions
diff --git a/bsps/i386/pc386/start/ldsegs.S b/bsps/i386/pc386/start/ldsegs.S
index 9ed66ef1a3..44456d3377 100644
--- a/bsps/i386/pc386/start/ldsegs.S
+++ b/bsps/i386/pc386/start/ldsegs.S
@@ -67,7 +67,7 @@ BEGIN_CODE
.globl pc386_delay
pc386_delay:
_pc386_delay:
-#ifdef DELAY_USE_OUTB
+#ifdef DELAY_USE_OUTB
outb al, $0x80 # about 1uS delay on most machines
#else
movl $0x200, eax
diff --git a/bsps/i386/pc386/start/start.S b/bsps/i386/pc386/start/start.S
index 06fd8b22ad..70d0b50eed 100644
--- a/bsps/i386/pc386/start/start.S
+++ b/bsps/i386/pc386/start/start.S
@@ -101,7 +101,7 @@ speakl: jmp speakl # and SPIN!!!
cld
/* Save multiboot info if we detect a multiboot loader */
- cmp $0x2badb002,eax
+ cmp $0x2badb002,eax
jne 2f
/* We have multiboot info; let's hope DS and ES are OK... */
@@ -111,7 +111,7 @@ speakl: jmp speakl # and SPIN!!!
movl (esi), eax
movl eax, ebx
movl $SYM(_boot_multiboot_info), edi
- /* save flags, always present */
+ /* save flags, always present */
movsd
/* flag 1 is memory */
and $1, eax