diff options
Diffstat (limited to 'patches/patch-i386-crypto-cpu-caps.c.patch')
-rw-r--r-- | patches/patch-i386-crypto-cpu-caps.c.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/patch-i386-crypto-cpu-caps.c.patch b/patches/patch-i386-crypto-cpu-caps.c.patch index c85e33c..0642582 100644 --- a/patches/patch-i386-crypto-cpu-caps.c.patch +++ b/patches/patch-i386-crypto-cpu-caps.c.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | --- crypto/arch/i386/crypto_cpu_caps.c.orig Fri Oct 18 17:35:20 2024 | 1 | --- crypto/arch/i386/crypto_cpu_caps.c.orig Mon Jun 16 10:38:27 2025 |
2 | +++ crypto/arch/i386/crypto_cpu_caps.c Fri Oct 18 17:39:13 2024 | 2 | +++ crypto/arch/i386/crypto_cpu_caps.c Mon Jun 16 10:38:39 2025 |
3 | @@ -33,7 +33,7 @@ cpuid(uint32_t eax, uint32_t *out_eax, uint32_t *out_e | 3 | @@ -37,7 +37,7 @@ cpuid(uint32_t eax, uint32_t *out_eax, uint32_t *out_e |
4 | { | 4 | { |
5 | uint32_t ebx = 0, ecx = 0, edx = 0; | 5 | uint32_t ebx = 0, ecx = 0, edx = 0; |
6 | 6 | ||
@@ -9,7 +9,7 @@ | |||
9 | __asm__ ("cpuid": "+a"(eax), "+b"(ebx), "+c"(ecx), "+d"(edx)); | 9 | __asm__ ("cpuid": "+a"(eax), "+b"(ebx), "+c"(ecx), "+d"(edx)); |
10 | #else | 10 | #else |
11 | eax = 0; | 11 | eax = 0; |
12 | @@ -54,7 +54,7 @@ xgetbv(uint32_t ecx, uint32_t *out_eax, uint32_t *out_ | 12 | @@ -58,7 +58,7 @@ xgetbv(uint32_t ecx, uint32_t *out_eax, uint32_t *out_ |
13 | { | 13 | { |
14 | uint32_t eax = 0, edx = 0; | 14 | uint32_t eax = 0, edx = 0; |
15 | 15 | ||