From owner-cvs-src-old@FreeBSD.ORG Thu Jan 6 12:34:37 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C88851065670 for ; Thu, 6 Jan 2011 12:34:37 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B68BA8FC0C for ; Thu, 6 Jan 2011 12:34:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p06CYbe9099040 for ; Thu, 6 Jan 2011 12:34:37 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p06CYb5I099039 for cvs-src-old@freebsd.org; Thu, 6 Jan 2011 12:34:37 GMT (envelope-from cperciva@repoman.freebsd.org) Message-Id: <201101061234.p06CYb5I099039@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cperciva@repoman.freebsd.org using -f From: Colin Percival Date: Thu, 6 Jan 2011 12:34:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/i386/i386 machdep.c minidump_machdep.c src/sys/i386/xen pmap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2011 12:34:37 -0000 cperciva 2011-01-06 12:34:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/i386/i386 machdep.c minidump_machdep.c sys/i386/xen pmap.c Log: SVN rev 217050 on 2011-01-06 12:34:18Z by cperciva MFC r200288, r200346, r200352: Make minidump work on i386/XEN. Note that r200288 and r200346 touched i386/i386/dump_machdep.c, but in that file r200346 was a back-out of r200288; so the fact that dump_machdep.c has moved to the x86 tree is not a problem. In the !XEN case the files under i386/i386 are unchanged after preprocessing. Revision Changes Path 1.688.2.16 +3 -0 src/sys/i386/i386/machdep.c 1.9.2.2 +25 -4 src/sys/i386/i386/minidump_machdep.c 1.17.2.7 +2 -1 src/sys/i386/xen/pmap.c