]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: arm920/s3c24xx: IRQ demulitplexer callback
authorHarald Welte <laforge@openmoko.org>
Wed, 19 Dec 2007 13:19:38 +0000 (14:19 +0100)
committerWolfgang Denk <wd@denx.de>
Mon, 4 Feb 2008 22:49:13 +0000 (23:49 +0100)
commitbe19bd5cd0f454b63298844a0b5377e029b2caad
tree965f1a57e000fa705c64f82659a938084e1f4a50
parenta41dbbd98d201d8aea31b5d21df4742c20cd7eda
ARM: arm920/s3c24xx: IRQ demulitplexer callback

This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
plus a stub implementation of it for the S3C2410.

The purpose is to allow arm920t implementations such as the s3c24x0 to
implement interrupt handlers in u-boot without having to touch core
arm920t code.

Signed-off-by: Harald Welte <laforge@openmoko.org>
cpu/arm920t/interrupts.c
cpu/arm920t/s3c24x0/interrupts.c
include/common.h