Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2005 11:21:57 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        Doug White <dwhite@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c trap.c src/sys/amd64/conf NOTES src/sys/amd64/include smp.h src/sys/conf options.amd64 options.i386 src/sys/i386/conf NOTES src/sys/i386/i386 mp_machdep.c trap.c src/sys/i386/include smp.h...
Message-ID:  <200505021121.58544.jhb@FreeBSD.org>
In-Reply-To: <200504302001.j3UK10XF086196@repoman.freebsd.org>
References:  <200504302001.j3UK10XF086196@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 30 April 2005 04:01 pm, Doug White wrote:
> dwhite      2005-04-30 20:01:00 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/amd64/amd64      mp_machdep.c trap.c
>     sys/amd64/conf       NOTES
>     sys/amd64/include    smp.h
>     sys/conf             options.amd64 options.i386
>     sys/i386/conf        NOTES
>     sys/i386/i386        mp_machdep.c trap.c
>     sys/i386/include     smp.h
>     sys/kern             subr_kdb.c subr_smp.c
>     sys/sys              smp.h
>   Log:
>   Implement an alternate method to stop CPUs when entering DDB. Normally we
> use a regular IPI vector, but this vector is blocked when interrupts are
> disabled. With "options KDB_STOP_NMI" and debug.kdb.stop_cpus_with_nmi set,
> KDB will send an NMI to each CPU instead. The code also has a
> context-stuffing feature which helps ddb extract the state of processes
> running on the stopped CPUs.
>
>   KDB_STOP_NMI is only useful with SMP and complains if SMP is not defined.
>   This feature only applies to i386 and amd64 at the moment, but could be
>   used on other architectures with the appropriate MD bits.
>
>   Submitted by:   ups

Is there any reason to not just be using the NMI for all IPI_STOP IPIs?  
Changing how ipi_foo(IPI_STOP) works would isolate the change to the MD code 
and wouldn't affect the MI interface at all.

-- 
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505021121.58544.jhb>