CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/10/10 02:36:28
Modified files:
sys/arch/alpha/include: cpu.h
sys/arch/arm/include: cpu.h
sys/arch/hppa/include: cpu.h
sys/arch/hppa64/include: cpu.h
sys/arch/m68k/include: cpu.h
sys/arch/m88k/include: cpu.h
sys/arch/mips64/include: cpu.h
sys/arch/sh/include: cpu.h
sys/arch/sparc/sparc: cpuvar.h
sys/arch/vax/include: cpu.h
Log message:
Add empty cpu_unidle() macros for architectures that currently don't do
anything special to prod a cpu to leave the idle loop in signotify.
powerpc, i386, amd64 and sparc64 will follow soon so that everyone has
the same interface to wake an idling cpu.