~jakub/helenos/ia64-revival

« back to all changes in this revision

Viewing changes to kernel/arch/ppc32/src/cpu/cpu.c

  • Committer: Jakub Jermar
  • Date: 2011-04-13 14:45:41 UTC
  • mfrom: (527.1.397 main-clone)
  • Revision ID: jakub@jermar.eu-20110413144541-x0j3r1zxqhsljx1o
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                        name = "unknown";
68
68
        }
69
69
        
70
 
        printf("cpu%" PRIs ": version=%" PRIu16" (%s), revision=%" PRIu16 "\n", cpu->id,
 
70
        printf("cpu%u: version=%" PRIu16" (%s), revision=%" PRIu16 "\n", cpu->id,
71
71
            cpu->arch.version, name, cpu->arch.revision);
72
72
}
73
73