PERFORCE change 42207 for review

Peter Wemm peter at FreeBSD.org
Wed Nov 12 18:58:56 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=42207

Change 42207 by peter at 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
 


More information about the p4-projects mailing list