Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2006 05:17:55 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 99398 for review
Message-ID:  <200606170517.k5H5Htea096304@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=99398

Change 99398 by csjp@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606170517.k5H5Htea096304>