Changeset ef5de6d in mainline for kernel/arch/ia64/src/smp/smp.c
- Timestamp:
- 2008-12-31T13:13:26Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f08ff55
- Parents:
- f58321c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/smp/smp.c
rf58321c4 ref5de6d 103 103 myeid=ia64_get_cpu_eid(); 104 104 105 //printf("Sending ipi %d on %d\n",ipi,CPU->id);106 105 for(id=0;id<256;id++) 107 106 for(eid=0;eid<256;eid++) … … 150 149 if(cpu_by_id_eid_list[id][eid]!=0){ 151 150 if(cpu_by_id_eid_list[id][eid]==1){ 152 153 //config.cpu_count++;154 //cpu_by_id_eid_list[id][eid]=2;155 151 printf("Found Late CPU ID:%d EDI:%d Not added to system!!!\n",id,eid); 156 152 continue;
Note:
See TracChangeset
for help on using the changeset viewer.