[PATCH] PANIC_REBOOT_WAIT_TIME

看板DFBSD_submit作者時間15年前 (2010/03/24 18:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/3 (看更多)
Hi, Here is a patch to move PANIC_REBOOT_WAIT_TIME option in platform independant options file. Cheers, --- sys/conf/options | 1 + sys/platform/pc32/conf/options | 1 - sys/platform/pc64/conf/options | 1 - sys/platform/vkernel/conf/options | 4 ---- 4 files changed, 1 insertions(+), 6 deletions(-) diff --git a/sys/conf/options b/sys/conf/options index fe143af..4b477d9 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -670,3 +670,4 @@ WATCHDOG_ENABLE opt_cpu.h # Panic settings WDOG_DISABLE_ON_PANIC opt_panic.h ERROR_LED_ON_PANIC opt_panic.h +PANIC_REBOOT_WAIT_TIME opt_panic.h diff --git a/sys/platform/pc32/conf/options b/sys/platform/pc32/conf/options index 7e49814..3af1c93 100644 --- a/sys/platform/pc32/conf/options +++ b/sys/platform/pc32/conf/options @@ -6,7 +6,6 @@ MATH_EMULATE opt_math_emulate.h PMAP_SHPGPERPROC opt_pmap.h PPC_PROBE_CHIPSET opt_ppc.h PPC_DEBUG opt_ppc.h -PANIC_REBOOT_WAIT_TIME opt_panic.h MAXMEM PERFMON opt_perfmon.h POWERFAIL_NMI opt_trap.h diff --git a/sys/platform/pc64/conf/options b/sys/platform/pc64/conf/options index 2ed98bc..1aa512d 100644 --- a/sys/platform/pc64/conf/options +++ b/sys/platform/pc64/conf/options @@ -2,7 +2,6 @@ DISABLE_PSE PMAP_SHPGPERPROC opt_pmap.h PPC_PROBE_CHIPSET opt_ppc.h PPC_DEBUG opt_ppc.h -PANIC_REBOOT_WAIT_TIME opt_panic.h MAXMEM PERFMON opt_perfmon.h POWERFAIL_NMI opt_trap.h diff --git a/sys/platform/vkernel/conf/options b/sys/platform/vkernel/conf/options index dc6db0e..b8d966c 100644 --- a/sys/platform/vkernel/conf/options +++ b/sys/platform/vkernel/conf/options @@ -7,7 +7,3 @@ I586_CPU opt_global.h I686_CPU opt_global.h -# -# -PANIC_REBOOT_WAIT_TIME opt_panic.h - -- 1.6.4
文章代碼(AID): #1BgUefdg (DFBSD_submit)
文章代碼(AID): #1BgUefdg (DFBSD_submit)