forked from Imagelibrary/rtems
Fixed formatting.
This commit is contained in:
@@ -30,7 +30,7 @@ ppc_cpu_id_t get_ppc_cpu_type()
|
||||
case PPC_601:
|
||||
case PPC_603:
|
||||
case PPC_604:
|
||||
case PPC_603e :
|
||||
case PPC_603:
|
||||
case PPC_603ev:
|
||||
case PPC_750:
|
||||
case PPC_604e:
|
||||
@@ -40,7 +40,7 @@ ppc_cpu_id_t get_ppc_cpu_type()
|
||||
current_ppc_cpu = (ppc_cpu_id_t) pvr;
|
||||
return current_ppc_cpu;
|
||||
default:
|
||||
printk("Unknown PVR value. Please add it to <libcpu/powerpc/shared/cpu.h> \n");
|
||||
printk("Unknown PVR value of 0x%x. Please add it to <libcpu/powerpc/shared/cpu.h>\n", pvr );
|
||||
return PPC_UNKNOWN;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user