Module Name: src
Committed By: tsutsui
Date: Fri Dec 20 23:49:32 UTC 2024
Modified Files:
src/sys/arch/sun3/sun3: pmap.c
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 src/sys/arch/sun3/sun3/pmap.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/sun3/sun3/pmap.c
diff -u src/sys/arch/sun3/sun3/pmap.c:1.178 src/sys/arch/sun3/sun3/pmap.c:1.179
--- src/sys/arch/sun3/sun3/pmap.c:1.178 Sat Jan 13 00:43:31 2024
+++ src/sys/arch/sun3/sun3/pmap.c Fri Dec 20 23:49:32 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.178 2024/01/13 00:43:31 thorpej Exp $ */
+/* $NetBSD: pmap.c,v 1.179 2024/12/20 23:49:32 tsutsui Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -80,7 +80,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.178 2024/01/13 00:43:31 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.179 2024/12/20 23:49:32 tsutsui Exp $");
#include "opt_ddb.h"
#include "opt_pmap_debug.h"
@@ -3047,7 +3047,7 @@ pmap_protect_mmu(pmap_t pmap, vaddr_t sv
int pte;
int flush_by_page = 0;
#if defined(HAVECACHE) || defined(DIAGNOSTIC)
- vaddr_t segva = sun3_trunc_seg(sva);
+ vaddr_t segva = sun3_trunc_seg(sva);
#endif
CHECK_SPL();