Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include/ibm4xx Remove the unused MKTTE macro.
details: https://anonhg.NetBSD.org/src/rev/91778a045187
branches: trunk
changeset: 569710:91778a045187
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Aug 31 01:06:12 2004 +0000
description:
Remove the unused MKTTE macro.
diffstat:
sys/arch/powerpc/include/ibm4xx/pmap.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 00fa2e2f2ab0 -r 91778a045187 sys/arch/powerpc/include/ibm4xx/pmap.h
--- a/sys/arch/powerpc/include/ibm4xx/pmap.h Tue Aug 31 00:00:31 2004 +0000
+++ b/sys/arch/powerpc/include/ibm4xx/pmap.h Tue Aug 31 01:06:12 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.8 2003/08/17 18:07:11 chs Exp $ */
+/* $NetBSD: pmap.h,v 1.9 2004/08/31 01:06:12 simonb Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -107,9 +107,6 @@
#define TTE_PA(p) ((p)&TTE_PA_MASK)
#define TTE_ZONE(z) TLB_ZONE(z)
-#define MKTTE(pa,sz,zn,e,fl) (((pa)&TTE_PA_MASK)|((sz)&TTE_SZ_MASK)|\
- (TTE_ZONE(zn))|(fl)|((e)?TTE_ENDIAN:0)
-
/*
* Definitions for sizes of 1st and 2nd level page tables.
*
Home |
Main Index |
Thread Index |
Old Index