Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Dec 2003 17:46:17 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 43338 for review
Message-ID:  <200312030146.hB31kHHK092520@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 43338 by peter@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) ====


help

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