PERFORCE change 104366 for review

Roman Divacky rdivacky at FreeBSD.org
Thu Aug 17 08:21:22 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=104366

Change 104366 by rdivacky at rdivacky_witten on 2006/08/17 08:21:11

	Initialize emul_lock in amd64 case. I forgot this in the last commit.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/linux32_sysvec.c#10 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/linux32_sysvec.c#10 (text+ko) ====

@@ -1077,6 +1077,7 @@
 				linux_ioctl_register_handler(*lihp);
 			SET_FOREACH(ldhp, linux_device_handler_set)
 				linux_device_register_handler(*ldhp);
+			sx_init(&emul_lock, "emuldata lock");
 			sx_init(&emul_shared_lock, "emuldata->shared lock");
 			LIST_INIT(&futex_list);
 			sx_init(&futex_sx, "futex protection lock");


More information about the p4-projects mailing list