Changeset e5be99a in mainline


Ignore:
Timestamp:
2009-01-29T16:32:08Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4bc73fa
Parents:
f3776a3
Message:

remove debugging output

Location:
boot/arch/ppc64/loader
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ppc64/loader/asm.S

    rf3776a3 re5be99a  
    2929#include "asm.h"
    3030#include "regname.h"
    31 #include "debug.inc"
    3231
    3332.text
     
    141140real_mode:
    142141       
    143         DEBUG_INIT
    144         DEBUG_real_mode
    145        
    146142        # copy kernel to proper location
    147143        #
     
    164160                lwz r29, 0(r5)
    165161               
    166                 DEBUG_INIT
    167                 DEBUG_copy_loop
    168                
    169162                copy_loop:
    170163                       
     
    181174                        bdnz copy_loop
    182175                       
    183                         DEBUG_end_copy_loop
    184                
    185176                addi r5, r5, 4
    186177                b page_copy
    187178       
    188179        copy_end:
    189        
    190         DEBUG_segments
    191180       
    192181        # initially fill segment registers
     
    222211        # on top of memory, size 64 KB
    223212       
    224         DEBUG_pht
    225        
    226213        lwz r31, 0(r3)                # r31 = memory size
    227214       
     
    253240               
    254241                bdnz pht_clear
    255 
    256                 DEBUG_end_pht_clear
    257242               
    258243        clear_end:
    259244       
    260         DEBUG_tlb
    261        
    262         tlbia
    263245        tlbsync
    264        
    265         DEBUG_prepare
    266246       
    267247        # start the kernel
     
    292272        sync
    293273        isync
    294        
    295         DEBUG_rfi
    296274        rfid
    297275
Note: See TracChangeset for help on using the changeset viewer.