PERFORCE change 97494 for review

Kip Macy kmacy at FreeBSD.org
Sat May 20 05:29:57 UTC 2006


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

Change 97494 by kmacy at 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


More information about the p4-projects mailing list