CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/07 13:09:11
Modified files:
sys/arch/aviion/aviion: av400_machdep.c av530_machdep.c
machdep.c
sys/arch/aviion/include: board.h
Log message:
Split the 64-bit interrupt source mask code into two 32-bit `interrupt' and
`extended interrupt' masks. This is how the hardware works, and this makes the
code simpler than attempting to aggregate them.
No functional change.
