diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/data/parisc_hppa_fortex4_cpuinfo | 59 | ||||
-rw-r--r-- | test/test.sh | 4 |
2 files changed, 62 insertions, 1 deletions
diff --git a/test/data/parisc_hppa_fortex4_cpuinfo b/test/data/parisc_hppa_fortex4_cpuinfo new file mode 100644 index 00000000..79efffc2 --- /dev/null +++ b/test/data/parisc_hppa_fortex4_cpuinfo @@ -0,0 +1,59 @@ +processor : 0 +cpu family : PA-RISC 2.0 +cpu : PA8500 (PCX-W) +cpu MHz : 440.000000 +model : 9000/785/J7000 +model name : Forte W 4-way +hversion : 0x00005bf0 +sversion : 0x00000491 +I-cache : 512 KB +D-cache : 1024 KB (WB) +ITLB entries : 160 +DTLB entries : 160 - shared with ITLB +bogomips : 878.18 +software id : 2002742099 + +processor : 1 +cpu family : PA-RISC 2.0 +cpu : PA8500 (PCX-W) +cpu MHz : 440.000000 +model : 9000/785/J7000 +model name : Forte W 4-way +hversion : 0x00005bf0 +sversion : 0x00000491 +I-cache : 512 KB +D-cache : 1024 KB (WB) +ITLB entries : 160 +DTLB entries : 160 - shared with ITLB +bogomips : 878.18 +software id : 2002742099 + +processor : 2 +cpu family : PA-RISC 2.0 +cpu : PA8500 (PCX-W) +cpu MHz : 440.000000 +model : 9000/785/J7000 +model name : Forte W 4-way +hversion : 0x00005bf0 +sversion : 0x00000491 +I-cache : 512 KB +D-cache : 1024 KB (WB) +ITLB entries : 160 +DTLB entries : 160 - shared with ITLB +bogomips : 878.18 +software id : 2002742099 + +processor : 3 +cpu family : PA-RISC 2.0 +cpu : PA8500 (PCX-W) +cpu MHz : 440.000000 +model : 9000/785/J7000 +model name : Forte W 4-way +hversion : 0x00005bf0 +sversion : 0x00000491 +I-cache : 512 KB +D-cache : 1024 KB (WB) +ITLB entries : 160 +DTLB entries : 160 - shared with ITLB +bogomips : 878.18 +software id : 2002742099 diff --git a/test/test.sh b/test/test.sh index bc748320..9c1f0692 100644 --- a/test/test.sh +++ b/test/test.sh @@ -16,5 +16,7 @@ do_test() { #do_test arm data/arm_jetsontx2_cpuinfo #do_test sparc data/sparc_m7_cpuinfo #do_test mips data/mips_loongson_cpuinfo -do_test alpha data/alpha_as_cpuinfo +#do_test alpha data/alpha_as_cpuinfo +do_test parisc data/parisc_hppa_fortex4_cpuinfo + |