The cn700.c code references mainboard_interrupt_handlers() which isn't
authorKevin O'Connor <kevin@koconnor.net>
Wed, 19 Jan 2011 06:31:24 +0000 (06:31 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 19 Jan 2011 06:31:24 +0000 (06:31 +0000)
commit4adc9eb60047e7dc3a7921793c489fff4fe3fc57
treeb2fa7b58128ff145cdd5dfeb9fc88cbf84ba9209
parent3ad0851d79c0046bdcd2d56c4f9889c5fa4f0913
The cn700.c code references mainboard_interrupt_handlers() which isn't
defined if VGA_ROM_RUN is off.  Define a dummy implementation of that
function for this case.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6271 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/arch/x86/include/arch/interrupt.h