freebsd-dev/sys/mips/include
Attilio Rao be1057174e MFC r196196:
* Completely remove the option STOP_NMI from the kernel.  This option
  has proven to have a good effect when entering KDB by using a NMI,
  but it completely violates all the good rules about interrupts
  disabled while holding a spinlock in other occasions.  This can be the
  cause of deadlocks on events where a normal IPI_STOP is expected.
* Add an new IPI called IPI_STOP_HARD on all the supported architectures.
  This IPI is responsible for sending a stop message among CPUs using a
  privileged channel when disponible. In other cases it just does match a
  normal IPI_STOP.
  Right now the IPI_STOP_HARD functionality uses a NMI on ia32 and amd64
  architectures, while on the other has a normal IPI_STOP effect. It is
  responsibility of maintainers to eventually implement an hard stop
  when necessary and possible.
* Use the new IPI facility in order to implement a new userend SMP kernel
  function called stop_cpus_hard(). That is specular to stop_cpu() but
  it does use the privileged channel for the stopping facility.
* Let KDB use the newly introduced function stop_cpus_hard() and leave
  stop_cpus() for all the other cases
* Disable interrupts on CPU0 when starting the process of APs suspension.
* Style cleanup and comments adding

This patch should fix the reboot/shutdown deadlocks many users are
constantly reporting on mailing lists.

Please don't forget to update your config file with the STOP_NMI
option removal

Reviewed by:  jhb
Tested by:    pho, bz, rink
Approved by:  re (kib)
2009-08-13 17:54:11 +00:00
..
_bus_octeon.h
_bus.h
_inttypes.h
_limits.h
_stdint.h
_types.h
archtype.h
asm.h
asmacros.h
atomic.h Unbreak mips build by taking first WAG at mb(), wmb() and rmb(). The 2008-11-29 05:16:14 +00:00
bootinfo.h
bswap.h
bus_dma.h
bus_octeon.h
bus.h Mark the declaration of bus_space_map 'static' as the implementation is. 2009-03-28 23:24:34 +00:00
cache_mipsNN.h
cache_r4k.h
cache.h
clock.h
clockvar.h
cpu.h
cpufunc.h
cpuinfo.h
cpuregs.h
cputypes.h
db_machdep.h
defs.h
elf.h Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer 2009-03-17 12:50:16 +00:00
endian.h
exec.h
float.h Add FLT_EVAL_METHOD and DECIMAL_DIG, required by C99 standard. 2008-05-03 21:04:21 +00:00
floatingpoint.h
fpu.h It appears that none of the contents of this file are necessary, so 2009-02-15 20:05:13 +00:00
frame.h Remove stray __P() 2009-02-15 01:12:16 +00:00
gdb_machdep.h
hwfunc.h
ieee.h
ieeefp.h
in_cksum.h
intr_machdep.h
intr.h
iodev.h Remove the unused major/minor numbers from iodev and memdev. 2008-06-25 07:45:31 +00:00
kdb.h
limits.h
locore.h
md_var.h
memdev.h Remove the unused major/minor numbers from iodev and memdev. 2008-06-25 07:45:31 +00:00
metadata.h
minidump.h
mips_opcode.h
mp_watchdog.h
mutex.h
param.h Cleanup ALIGNED_POINTER: 2009-07-05 17:45:48 +00:00
pcb.h
pci_cfgreg.h
pcpu.h Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports 2008-08-19 19:53:52 +00:00
pltfm.h
pmap.h Add support to the virtual memory system for configuring machine- 2009-07-12 23:31:20 +00:00
pmc_mdep.h
ppireg.h
proc.h
profile.h
psl.h
pte.h Fix spelling of "virtual". 2008-06-08 08:56:46 +00:00
ptrace.h
queue.h
reg.h
regdef.h
regnum.h
reloc.h
resource.h
rm7000.h
runq.h
segments.h
setjmp.h
sf_buf.h
sigframe.h
signal.h
smp.h MFC r196196: 2009-08-13 17:54:11 +00:00
stdarg.h
sysarch.h
timerreg.h
trap.h
ucontext.h
varargs.h
vm.h Add support to the virtual memory system for configuring machine- 2009-07-12 23:31:20 +00:00
vmparam.h