PERFORCE change 43338 for review

Peter Wemm peter at FreeBSD.org
Tue Dec 2 17:46:19 PST 2003


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

Change 43338 by peter at peter_overcee on 2003/12/02 17:45:38

	integrate -I -b i386_hammer (yay! it worked)

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/apic_vector.S#12 integrate
.. //depot/projects/hammer/sys/amd64/amd64/mp_machdep.c#47 integrate

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/apic_vector.S#12 (text+ko) ====

@@ -104,13 +104,13 @@
 	SUPERALIGN_TEXT ;						\
 IDTVEC(vec_name) ;							\
 	PUSH_FRAME ;							\
+	FAKE_MCOUNT(13*4(%esp)) ;	/* XXX avoid double count */	\
 	movq	lapic, %rdx ;	/* pointer to local APIC */		\
 	movl	LA_ISR + 16 * (index)(%rdx), %eax ;	/* load ISR */	\
 	bsrl	%eax, %eax ;	/* index of highset set bit in ISR */	\
 	jz	2f ;							\
 	addl	$(32 * index),%eax ;					\
 1: ;									\
-	FAKE_MCOUNT(13*4(%esp)) ;	/* XXX avoid double count */	\
 	movq	%rax, %rdi ;	/* pass the IRQ */			\
 	call	lapic_handle_intr ;					\
 	MEXITCOUNT ;							\

==== //depot/projects/hammer/sys/amd64/amd64/mp_machdep.c#47 (text+ko) ====



More information about the p4-projects mailing list