From cff2375bba532cc8cb65acfcb97a927a4c91b50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 28 Oct 2003 21:15:27 +0000 Subject: [PATCH] Added a comment about where to find the implementation of the arch_int_{enable|disable|restore}_interrupts() functions and friends. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5200 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/arch/ppc/arch_int.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/kernel/core/arch/ppc/arch_int.c b/src/kernel/core/arch/ppc/arch_int.c index c25716fda0..5c7d45b00b 100755 --- a/src/kernel/core/arch/ppc/arch_int.c +++ b/src/kernel/core/arch/ppc/arch_int.c @@ -33,6 +33,9 @@ arch_int_disable_io_interrupt(int irq) } +/* arch_int_*_interrupts() and friends are in arch_asm.S */ + + static void print_iframe(struct iframe *frame) {