Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/nilfs s/seach/search/
details: https://anonhg.NetBSD.org/src/rev/c73dda697537
branches: trunk
changeset: 1026721:c73dda697537
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 07:47:40 2021 +0000
description:
s/seach/search/
diffstat:
sys/arch/powerpc/include/booke/spr.h | 4 ++--
sys/fs/nilfs/nilfs_subr.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 865bc6d7d988 -r c73dda697537 sys/arch/powerpc/include/booke/spr.h
--- a/sys/arch/powerpc/include/booke/spr.h Sun Dec 05 07:35:17 2021 +0000
+++ b/sys/arch/powerpc/include/booke/spr.h Sun Dec 05 07:47:40 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spr.h,v 1.14 2021/08/03 23:12:14 andvar Exp $ */
+/* $NetBSD: spr.h,v 1.15 2021/12/05 07:47:40 msaitoh Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -474,7 +474,7 @@
#define MAS4_MD 0x00000004 /* default Memory coherency req. */
#define MAS4_GD 0x00000002 /* default Guarded */
#define MAS4_ED 0x00000001 /* default [little] Endianness */
-#define SPR_MAS6 630 /* E... MAS Register 6 (TLB Seach CTX) */
+#define SPR_MAS6 630 /* E... MAS Register 6 (TLB Search CTX) */
#define MAS6_SPID0 0x0fff0000 /* PID used with tlbsx */
#define MAS6_SPID0_SHIFT 16
#define MAS6_SAS 0x00000001 /* Address space (IS/DS MSR) ... */
diff -r 865bc6d7d988 -r c73dda697537 sys/fs/nilfs/nilfs_subr.c
--- a/sys/fs/nilfs/nilfs_subr.c Sun Dec 05 07:35:17 2021 +0000
+++ b/sys/fs/nilfs/nilfs_subr.c Sun Dec 05 07:47:40 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nilfs_subr.c,v 1.15 2020/03/21 13:39:31 reinoud Exp $ */
+/* $NetBSD: nilfs_subr.c,v 1.16 2021/12/05 07:47:40 msaitoh Exp $ */
/*
* Copyright (c) 2008, 2009 Reinoud Zandijk
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: nilfs_subr.c,v 1.15 2020/03/21 13:39:31 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nilfs_subr.c,v 1.16 2021/12/05 07:47:40 msaitoh Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -591,7 +591,7 @@
error = 0;
cno = nilfs_rw64(nilfsdev->super.s_last_cno);
- DPRINTF(VOLUMES, ("nilfs: seach_super_root start in pseg %"PRIu64"\n",
+ DPRINTF(VOLUMES, ("nilfs: search_super_root start in pseg %"PRIu64"\n",
ri->pseg));
for (;;) {
DPRINTF(VOLUMES, (" at pseg %"PRIu64"\n", ri->pseg));
Home |
Main Index |
Thread Index |
Old Index