PERFORCE change 99398 for review

Christian S.J. Peron csjp at FreeBSD.org
Sat Jun 17 05:17:56 UTC 2006


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

Change 99398 by csjp at csjp_rnd01 on 2006/06/17 05:17:00

	KSE is not supported in the sun4v branch. Do not bother processing
	KSE related system calls. This un-breaks buildworld on sun4v

Affected files ...

.. //depot/projects/kmacy_sun4v/src/usr.bin/kdump/kdump.c#4 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/usr.bin/kdump/kdump.c#4 (text+ko) ====

@@ -728,12 +728,14 @@
 				mountflagsname ((int)*ip);
 				ip++;
 				narg--;
+#if 0
 			} else if (ktr->ktr_code == SYS_kse_thr_interrupt) {
 				print_number(ip,narg,c);
 				(void)putchar(',');
 				ksethrcmdname ((int)*ip);
 				ip++;
 				narg--;
+#endif	/* XXX KSE */
 			} else if (ktr->ktr_code == SYS_thr_create) {
 				print_number(ip,narg,c);
 				print_number(ip,narg,c);


More information about the p4-projects mailing list