diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2009-04-20 15:56:30 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2009-04-20 15:56:30 -0700 |
commit | 31937531087fb47aa4a3a218e8114b32176f8683 (patch) | |
tree | 45717a07f96c3053df052e084c06db151f1def84 /core/bcopyxx.inc | |
parent | f0e7d4b1ffdd5f636632ac4dd88671410f6dd575 (diff) | |
download | syslinux-31937531087fb47aa4a3a218e8114b32176f8683.tar.gz |
Global whitespace cleanup.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'core/bcopyxx.inc')
-rw-r--r-- | core/bcopyxx.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/bcopyxx.inc b/core/bcopyxx.inc index c42af49e..b237b005 100644 --- a/core/bcopyxx.inc +++ b/core/bcopyxx.inc @@ -43,7 +43,7 @@ bcopyxx_start equ $ ; ; Clobbers ESI, EDI, ECX. ; - + pm_bcopy: push ebx push edx @@ -236,7 +236,7 @@ pm_shuffle: jmp edi ; Protected mode entry ; We have a real-mode entry point, so we need to return - ; to real mode... + ; to real mode... pm_shuffle_real_mode: call .here .here: pop ebx @@ -271,7 +271,7 @@ bcopy_gdt: dd bcopy_gdt ; pointer for LGDT instruction dw 0 - ; TSS segment to keep Intel VT happy. Intel VT is + ; TSS segment to keep Intel VT happy. Intel VT is ; unhappy about anything that doesn't smell like a ; full-blown 32-bit OS. desc TSS @@ -290,7 +290,7 @@ bcopy_gdt: desc DS32 dd 0000ffffh ; 28h Data segment, use32, read/write, dd 00cf9300h ; present, dpl 0, cover all 4G - + bcopy_gdt_size: equ $-bcopy_gdt alignz 4 |