Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2003 18:58:54 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42207 for review
Message-ID:  <200311130258.hAD2wsaD058844@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42207

Change 42207 by peter@peter_daintree on 2003/11/12 18:58:47

	catch up with function renames

Affected files ...

.. //depot/projects/hammer/sys/amd64/isa/atpic_vector.S#6 edit
.. //depot/projects/hammer/sys/amd64/isa/icu.h#9 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/isa/atpic_vector.S#6 (text+ko) ====

@@ -74,7 +74,7 @@
 	movq	%r15,TF_R15(%rsp) ;					\
 	FAKE_MCOUNT(13*4(%esp)) ;	/* XXX late to avoid double count */ \
 	movq	$irq_num, %rdi; 	/* pass the IRQ */		\
-	call	atpic_sched_ithd ;					\
+	call	atpic_handle_intr ;					\
 	MEXITCOUNT ;							\
 	jmp	doreti
 

==== //depot/projects/hammer/sys/amd64/isa/icu.h#9 (text+ko) ====

@@ -128,7 +128,7 @@
 #define	HWI_MASK	0xffff		/* bits for h/w interrupts */
 
 #ifndef LOCORE
-void	atpic_sched_ithd(void *cookie, struct intrframe iframe);
+void	atpic_handle_intr(void *cookie, struct intrframe iframe);
 void	atpic_startup(void);
 #endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311130258.hAD2wsaD058844>