wok-current diff memtest/stuff/memtest86+-6-386.patch @ rev 25546

memtest: update menu label
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 19 18:51:26 2023 +0000 (15 months ago)
parents 2956e54cc56a
children 3c71bb4367c3
line diff
     1.1 --- a/memtest/stuff/memtest86+-6-386.patch	Tue Feb 14 15:41:57 2023 +0000
     1.2 +++ b/memtest/stuff/memtest86+-6-386.patch	Sun Mar 19 18:51:26 2023 +0000
     1.3 @@ -1,17 +1,6 @@
     1.4  --- system/cpuinfo.c
     1.5  +++ system/cpuinfo.c
     1.6 -@@ -490,6 +490,10 @@
     1.7 - 
     1.8 - static void determine_cpu_model(void)
     1.9 - {
    1.10 -+    if (cpuid_info.version.family <= 4) {
    1.11 -+        pause_at_start = false;
    1.12 -+    }
    1.13 -+
    1.14 -     // If we can get a brand string use it, and we are done.
    1.15 -     if (cpuid_info.max_xcpuid >= 0x80000004) {
    1.16 -         cpu_model = cpuid_info.brand_id.str;
    1.17 -@@ -848,6 +852,12 @@
    1.18 +@@ -848,6 +848,12 @@
    1.19         default:
    1.20           // Unknown processor - make a guess at the family.
    1.21           switch (cpuid_info.version.family) {