patch-2.1.75 linux/drivers/char/random.c

Next file: linux/drivers/char/sysrq.c
Previous file: linux/drivers/char/pms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.74/linux/drivers/char/random.c linux/drivers/char/random.c
@@ -585,7 +585,7 @@
 	begin_benchmark(&timer_benchmark);
 #endif
 #if defined (__i386__)
-	if (x86_capability & 16) {
+	if (boot_cpu_data.x86_capability & 16) {
 		unsigned long low, high;
 		__asm__(".byte 0x0f,0x31"
 			:"=a" (low), "=d" (high));

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov