PERFORCE change 28540 for review

Peter Wemm peter at FreeBSD.org
Tue Apr 8 11:58:30 PDT 2003


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

Change 28540 by peter at peter_daintree on 2003/04/08 11:57:30

	convert to hammer regparm

Affected files ...

.. //depot/projects/hammer/sys/x86_64/isa/icu_ipl.s#3 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/isa/icu_ipl.s#3 (text+ko) ====

@@ -48,7 +48,7 @@
 	SUPERALIGN_TEXT
 
 ENTRY(INTREN)
-	movq	8(%rsp), %rax	# XXX wrong, use regparm
+	movq	%rdi, %rax
 	movl	%eax, %ecx
 	notl	%eax
 	andl	%eax, imen
@@ -65,7 +65,7 @@
 	ret
 
 ENTRY(INTRDIS)
-	movq	8(%rsp), %rax	# XXX wrong, use regparm
+	movq	%rdi, %rax
 	movl	%eax, %ecx
 	orl	%eax, imen
 	movl	imen, %eax


More information about the p4-projects mailing list