diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-08-16 13:59:01 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-08-16 13:59:01 +0000 |
| commit | 56af75a582ca23bf651fa3c780aeca86ebfd5e8d (patch) | |
| tree | 9d660ca4e54ae64a5bb78d365645a7aeb38836da | |
| parent | c0763d3763440334608368b40e63bb1074a0bde5 (diff) | |
Notes
| -rw-r--r-- | sys/conf/files.pc98 | 1 | ||||
| -rw-r--r-- | sys/conf/options.pc98 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 59bce7d2716f..634566ae70e1 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -163,6 +163,7 @@ i386/i386/locore.s standard no-obj i386/i386/mem.c optional mem i386/i386/mp_clock.c optional smp i386/i386/mp_machdep.c optional smp +i386/i386/mp_watchdog.c optional mp_watchdog smp i386/i386/mpboot.s optional smp i386/i386/mptable.c optional apic i386/i386/mptable_pci.c optional apic pci diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index cfbe7168b08c..e5354a905a19 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -14,6 +14,7 @@ PMAP_SHPGPERPROC opt_pmap.h POWERFAIL_NMI opt_trap.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 # they are handled like options for static filesystems |
