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


Ignore:
Timestamp:
2008-12-31T13:13:26Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f08ff55
Parents:
f58321c4
Message:

Remove most of the ia64 dead / commented out code.

File:
1 edited

Legend:

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

    rf58321c4 ref5de6d  
    103103        myeid=ia64_get_cpu_eid();
    104104
    105         //printf("Sending ipi %d on %d\n",ipi,CPU->id);
    106105        for(id=0;id<256;id++)
    107106                for(eid=0;eid<256;eid++)
     
    150149                                if(cpu_by_id_eid_list[id][eid]!=0){
    151150                                        if(cpu_by_id_eid_list[id][eid]==1){
    152                                
    153                                                 //config.cpu_count++;
    154                                                 //cpu_by_id_eid_list[id][eid]=2;
    155151                                                printf("Found Late CPU ID:%d EDI:%d Not added to system!!!\n",id,eid);
    156152                                                continue;
Note: See TracChangeset for help on using the changeset viewer.