Changeset 666773c in mainline for kernel/arch/ia64/src/cpu/cpu.c


Ignore:
Timestamp:
2008-12-31T15:33:29Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9805cde
Parents:
d8c0dc5
Message:

Humanitarian facelift for ia64.

File:
1 edited

Legend:

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

    rd8c0dc5 r666773c  
    7171       
    7272        printf("cpu%d: %s (%s), archrev=%d, model=%d, revision=%d\n", CPU->id,
    73             family_str, vendor, CPU->arch.cpuid3.archrev, CPU->arch.cpuid3.model,
    74             CPU->arch.cpuid3.revision);
     73            family_str, vendor, CPU->arch.cpuid3.archrev,
     74            CPU->arch.cpuid3.model, CPU->arch.cpuid3.revision);
    7575}
    7676
Note: See TracChangeset for help on using the changeset viewer.