Module Name: src
Committed By: matt
Date: Thu Mar 29 15:45:06 UTC 2012
Modified Files:
src/sys/arch/powerpc/include/booke: e500var.h
Log Message:
Add e500_tlb_minimize prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/include/booke/e500var.h
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/include/booke/e500var.h
diff -u src/sys/arch/powerpc/include/booke/e500var.h:1.4 src/sys/arch/powerpc/include/booke/e500var.h:1.5
--- src/sys/arch/powerpc/include/booke/e500var.h:1.4 Wed Jun 29 06:01:33 2011
+++ src/sys/arch/powerpc/include/booke/e500var.h Thu Mar 29 15:45:06 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: e500var.h,v 1.4 2011/06/29 06:01:33 matt Exp $ */
+/* $NetBSD: e500var.h,v 1.5 2012/03/29 15:45:06 matt Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -55,6 +55,7 @@ void e500_device_register(device_t, void
int e500_clock_intr(void *);
void e500_cpu_start(void);
void e500_tlb_init(vaddr_t, psize_t);
+void e500_tlb_minimize(vaddr_t);
bool e500_device_disabled_p(uint32_t);
struct e500_truthtab {