runkernel: remove debugging code
authorH. Peter Anvin <hpa@zytor.com>
Mon, 24 Mar 2008 23:34:54 +0000 (16:34 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 24 Mar 2008 23:34:54 +0000 (16:34 -0700)
Remove debugging code which prevents building with tracers on.

runkernel.inc

index 5cabbef..abd2378 100644 (file)
@@ -435,25 +435,6 @@ setup_move:
                push cx                         ; Length of descriptor list
                push word trackbuf
 
-%ifdef DEBUG_TRACERS
-               pushad
-               mov si,trackbuf
-.foo:
-               lodsd
-               call writehex8
-               mov al,'.'
-               call writechr
-               lodsd
-               call writehex8
-               mov al,'.'
-               call writechr
-               lodsd
-               call writehex8
-               call crlf
-               loop .foo
-               popad
-%endif
-
                mov dword [EntryPoint],run_linux_kernel
                ; BX points to the final real mode segment, and will be loaded
                ; into DS.