Module Name: src Committed By: nonaka Date: Fri Dec 26 11:13:05 UTC 2014
Modified Files: src/sys/arch/powerpc/booke: e500_tlb.c Log Message: fix typo. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/powerpc/booke/e500_tlb.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/booke/e500_tlb.c diff -u src/sys/arch/powerpc/booke/e500_tlb.c:1.13 src/sys/arch/powerpc/booke/e500_tlb.c:1.14 --- src/sys/arch/powerpc/booke/e500_tlb.c:1.13 Mon Dec 9 09:35:16 2013 +++ src/sys/arch/powerpc/booke/e500_tlb.c Fri Dec 26 11:13:05 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: e500_tlb.c,v 1.13 2013/12/09 09:35:16 wiz Exp $ */ +/* $NetBSD: e500_tlb.c,v 1.14 2014/12/26 11:13:05 nonaka Exp $ */ /*- * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc. * All rights reserved. @@ -38,7 +38,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: e500_tlb.c,v 1.13 2013/12/09 09:35:16 wiz Exp $"); +__KERNEL_RCSID(0, "$NetBSD: e500_tlb.c,v 1.14 2014/12/26 11:13:05 nonaka Exp $"); #include <sys/param.h> @@ -361,7 +361,7 @@ e500_tlb_invalidate_all(void) __asm volatile("tlbivax\t0, %0" :: "b"(4)); /* INV_ALL */ __asm volatile("tlbsync\n\tisync\n\tsync"); #else - mtspr(SPR_MMUCSR0, MMUCSR0_TLB0_FL); + mtspr(SPR_MMUCSR0, MMUCSR0_TLB0_FI); while (mfspr(SPR_MMUCSR0) != 0) ; #endif