CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/24 12:46:55
Modified files:
sys/arch/aviion/aviion: av400_machdep.c av530_machdep.c
cio_clock.c locore.S machdep.c prom.c
rtc_clock.c
sys/arch/aviion/dev: dart.c mainbus.c
sys/arch/aviion/include: av530.h board.h prom.h
Added files:
sys/arch/aviion/conf: GENERIC.MP
Log message:
SMP support for models 4600 and 530, adapted from the MVME188 code. Models
4000 and 4300 will need more work, because they don't have as many distinct
software interrupt sources as required by this implementation, so a
different IPI scheme will be necessary.
Tested on dual-processor 4625 (AV530 family) and single processor 4300
(AV400 family).