Module Name: src
Committed By: rin
Date: Thu Sep 1 05:51:51 UTC 2022
Modified Files:
src/sys/arch/powerpc/fpu: fpu_implode.c
Log Message:
Remove stale comment.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/powerpc/fpu/fpu_implode.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/powerpc/fpu/fpu_implode.c
diff -u src/sys/arch/powerpc/fpu/fpu_implode.c:1.10 src/sys/arch/powerpc/fpu/fpu_implode.c:1.11
--- src/sys/arch/powerpc/fpu/fpu_implode.c:1.10 Tue Aug 30 11:09:34 2022
+++ src/sys/arch/powerpc/fpu/fpu_implode.c Thu Sep 1 05:51:51 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: fpu_implode.c,v 1.10 2022/08/30 11:09:34 rin Exp $ */
+/* $NetBSD: fpu_implode.c,v 1.11 2022/09/01 05:51:51 rin Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu_implode.c,v 1.10 2022/08/30 11:09:34 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_implode.c,v 1.11 2022/09/01 05:51:51 rin Exp $");
#include <sys/types.h>
#include <sys/systm.h>
@@ -255,9 +255,6 @@ fpu_ftoi(struct fpemu *fe, struct fpn *f
/*
* fpn -> extended int (high bits of int value returned as return value).
- *
- * N.B.: this conversion always rounds towards zero (this is a peculiarity
- * of the SPARC instruction set).
*/
uint64_t
fpu_ftox(struct fpemu *fe, struct fpn *fp, int rn)