Date: Sat, 20 May 2006 05:29:24 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97494 for review Message-ID: <200605200529.k4K5TOpl007929@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97494 Change 97494 by kmacy@kmacy:freebsd7_xen3 on 2006/05/20 05:28:29 fix config whining and fix linker issue tied to new minidump support Affected files ... .. //depot/projects/xen3/src/sys/conf/files.i386-xen#6 edit .. //depot/projects/xen3/src/sys/conf/options.i386-xen#5 edit .. //depot/projects/xen3/src/sys/i386-xen/include/minidump.h#1 add Differences ... ==== //depot/projects/xen3/src/sys/conf/files.i386-xen#6 (text+ko) ==== @@ -266,6 +266,7 @@ i386/i386/longrun.c optional cpu_enable_longrun i386-xen/i386-xen/machdep.c standard i386/i386/mem.c optional mem +i386/i386/minidump_machdep.c standard i386/i386/mp_clock.c optional smp i386/i386/mp_machdep.c optional smp i386/i386/mp_watchdog.c optional mp_watchdog smp ==== //depot/projects/xen3/src/sys/conf/options.i386-xen#5 (text+ko) ==== @@ -14,8 +14,8 @@ PERFMON PMAP_SHPGPERPROC opt_pmap.h POWERFAIL_NMI opt_trap.h -PPC_DEBUG opt_ppc.h -PPC_PROBE_CHIPSET opt_ppc.h +#PPC_DEBUG opt_ppc.h +#PPC_PROBE_CHIPSET opt_ppc.h MP_WATCHDOG opt_mp_watchdog.h # Options for emulators. These should only be used at config time, so @@ -186,4 +186,4 @@ NPX_DEBUG opt_npx.h # XBOX support in the kernel -XBOX opt_xbox.h +#XBOX opt_xbox.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605200529.k4K5TOpl007929>