Changeset 0aa1665 in mainline for kernel/arch/ia64/src/smp/smp.c
- Timestamp:
- 2008-11-23T08:36:08Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 31696b4f
- Parents:
- 13964ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/smp/smp.c
r13964ef r0aa1665 88 88 myeid=ia64_get_cpu_eid(); 89 89 90 printf("Not sending to ID:%d,EID:%d",myid,myeid);91 90 92 91 for(id=0;id<256;id++) … … 116 115 if(cpu_by_id_eid_list[id][eid]==1){ 117 116 config.cpu_count++; 118 printf("Found CPU ID:%d EDI:%d\n",id,eid);119 117 cpu_by_id_eid_list[id][eid]=2; 120 118
Note:
See TracChangeset
for help on using the changeset viewer.