]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86_64: Move functions declarations to header file
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Sat, 21 Jul 2007 15:11:16 +0000 (17:11 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 01:37:12 +0000 (18:37 -0700)
commit99253b8e734a7a773c0e4bedd7d8d1847c98c538
treeed832a0d85ca73f51d28c4f279ebfcf8bd96dccb
parentd24e399763f9e91cc03e4e351d75f6231d5ed4f2
x86_64: Move functions declarations to header file

Some interrupt entry points are currently defined in i8259.c They probably
belong in a header.  Right now, their only user is init_IRQ, justifying
their declaration in-file.  But when virtualization comes in, we may be
interested in using that functions in late initializations.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86_64/kernel/i8259.c
include/asm-x86_64/hw_irq.h