Module Name: src
Committed By: yamt
Date: Mon Apr 25 22:24:01 UTC 2011
Modified Files:
src/sys/arch/x86/include: pmap.h
Log Message:
remove unused ptei
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/x86/include/pmap.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/x86/include/pmap.h
diff -u src/sys/arch/x86/include/pmap.h:1.35 src/sys/arch/x86/include/pmap.h:1.36
--- src/sys/arch/x86/include/pmap.h:1.35 Fri Feb 11 23:08:38 2011
+++ src/sys/arch/x86/include/pmap.h Mon Apr 25 22:24:00 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.35 2011/02/11 23:08:38 jmcneill Exp $ */
+/* $NetBSD: pmap.h,v 1.36 2011/04/25 22:24:00 yamt Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -67,8 +67,6 @@
#ifndef _X86_PMAP_H_
#define _X86_PMAP_H_
-#define ptei(VA) (((VA_SIGN_POS(VA)) & L1_MASK) >> L1_SHIFT)
-
/*
* pl*_pi: index in the ptp page for a pde mapping a VA.
* (pl*_i below is the index in the virtual array of all pdes per level)