[PATCH 3/2 :-] Support for VIA PadLock crypto engine

From: Michal Ludvig
Date: Tue May 11 2004 - 12:17:05 EST


Ehm, one small patch was missing in the previous posting. Please apply
regardless on the rest. Thanks!

Michal Ludvig

diff -urp linux-2.6.5/include/asm-i386/cpufeature.h linux-2.6.5.patched/include/asm-i386/cpufeature.h
--- linux-2.6.5/include/asm-i386/cpufeature.h 2004-04-04 05:37:37.000000000 +0200
+++ linux-2.6.5.patched/include/asm-i386/cpufeature.h 2004-05-11 16:41:17.543714496 +0200
@@ -104,7 +104,9 @@
#define cpu_has_cyrix_arr boot_cpu_has(X86_FEATURE_CYRIX_ARR)
#define cpu_has_centaur_mcr boot_cpu_has(X86_FEATURE_CENTAUR_MCR)
#define cpu_has_xstore boot_cpu_has(X86_FEATURE_XSTORE)
+#define cpu_has_xstore_enabled boot_cpu_has(X86_FEATURE_XSTORE_EN)
#define cpu_has_xcrypt boot_cpu_has(X86_FEATURE_XCRYPT)
+#define cpu_has_xcrypt_enabled boot_cpu_has(X86_FEATURE_XCRYPT_EN)

#endif /* __ASM_I386_CPUFEATURE_H */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/