Changeset 0aa1665 in mainline for kernel/arch/ia64/src/smp/smp.c


Ignore:
Timestamp:
2008-11-23T08:36:08Z (16 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
31696b4f
Parents:
13964ef
Message:

IA64:smp.c Remove not important logs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/smp/smp.c

    r13964ef r0aa1665  
    8888        myeid=ia64_get_cpu_eid();
    8989
    90         printf("Not sending to ID:%d,EID:%d",myid,myeid);
    9190       
    9291        for(id=0;id<256;id++)
     
    116115                        if(cpu_by_id_eid_list[id][eid]==1){
    117116                                config.cpu_count++;
    118                                 printf("Found CPU ID:%d EDI:%d\n",id,eid);
    119117                                cpu_by_id_eid_list[id][eid]=2;
    120118
Note: See TracChangeset for help on using the changeset viewer.