File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -533,6 +533,14 @@ void __init setup_system(void)
533
533
if (ppc64_caches .iline_size != 0x80 )
534
534
printk ("icache_line_size = 0x%x\n" , ppc64_caches .iline_size );
535
535
536
+ printk ("cpu_features = 0x%016lx\n" , cur_cpu_spec -> cpu_features );
537
+ printk (" possible = 0x%016lx\n" , CPU_FTRS_POSSIBLE );
538
+ printk (" always = 0x%016lx\n" , CPU_FTRS_ALWAYS );
539
+ printk ("cpu_user_features = 0x%08x 0x%08x\n" , cur_cpu_spec -> cpu_user_features ,
540
+ cur_cpu_spec -> cpu_user_features2 );
541
+ printk ("mmu_features = 0x%08x\n" , cur_cpu_spec -> mmu_features );
542
+ printk ("firmware_features = 0x%016lx\n" , powerpc_firmware_features );
543
+
536
544
#ifdef CONFIG_PPC_STD_MMU_64
537
545
if (htab_address )
538
546
printk ("htab_address = 0x%p\n" , htab_address );
You can’t perform that action at this time.
0 commit comments