Module Name: src Committed By: skrll Date: Sat Apr 22 20:32:35 UTC 2017
Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Comment indentation To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mips/mips/cache.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/mips/mips/cache.c diff -u src/sys/arch/mips/mips/cache.c:1.54 src/sys/arch/mips/mips/cache.c:1.55 --- src/sys/arch/mips/mips/cache.c:1.54 Sun Sep 4 07:30:52 2016 +++ src/sys/arch/mips/mips/cache.c Sat Apr 22 20:32:35 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: cache.c,v 1.54 2016/09/04 07:30:52 skrll Exp $ */ +/* $NetBSD: cache.c,v 1.55 2017/04/22 20:32:35 skrll Exp $ */ /* * Copyright 2001, 2002 Wasabi Systems, Inc. @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cache.c,v 1.54 2016/09/04 07:30:52 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cache.c,v 1.55 2017/04/22 20:32:35 skrll Exp $"); #include "opt_cputype.h" #include "opt_mips_cache.h" @@ -410,7 +410,7 @@ mips_config_cache_prehistoric(void) mips3_get_cache_config(csizebase); - /* no VCE support if there is no L2 cache */ + /* no VCE support if there is no L2 cache */ if (mci->mci_picache_size > PAGE_SIZE) mci->mci_icache_virtual_alias = true; if (mci->mci_pdcache_size > PAGE_SIZE)