Received: by mail.netbsd.org (Postfix, from userid 605) id 1F33184D96; Fri, 23 Jul 2021 03:50:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 42FCA84D54 for ; Fri, 23 Jul 2021 03:50:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id g0KSqhNSMDhb for ; Fri, 23 Jul 2021 03:50:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DA64E84CE7 for ; Fri, 23 Jul 2021 03:50:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC67AFA95; Fri, 23 Jul 2021 03:50:32 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 23 Jul 2021 03:50:32 +0000 From: "Jason R Thorpe" Subject: CVS commit: src/sys/arch/alpha To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210723035032.CC67AFA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jason R Thorpe" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: thorpej Date: Fri Jul 23 03:50:32 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: fp_complete.c src/sys/arch/alpha/include: alpha.h Log Message: - Expose alpha_fp_complete_at() to callers outside fp_complete.c. - Use ufetch_32() instead of copyin() to fetch the instruction. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/alpha/alpha/fp_complete.c cvs rdiff -u -r1.46 -r1.47 src/sys/arch/alpha/include/alpha.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.