artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f38874
)
Remove an unused variable whose functionality was moved to locore long ago.
author
mlarkin
<mlarkin@openbsd.org>
Tue, 27 Jan 2015 02:09:07 +0000
(
02:09
+0000)
committer
mlarkin
<mlarkin@openbsd.org>
Tue, 27 Jan 2015 02:09:07 +0000
(
02:09
+0000)
sys/arch/i386/i386/pmap.c
patch
|
blob
|
history
diff --git
a/sys/arch/i386/i386/pmap.c
b/sys/arch/i386/i386/pmap.c
index
8f00352
..
1e7957f
100644
(file)
--- a/
sys/arch/i386/i386/pmap.c
+++ b/
sys/arch/i386/i386/pmap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pmap.c,v 1.16
6 2015/01/09 03:43:52
mlarkin Exp $ */
+/* $OpenBSD: pmap.c,v 1.16
7 2015/01/27 02:09:07
mlarkin Exp $ */
/* $NetBSD: pmap.c,v 1.91 2000/06/02 17:46:37 thorpej Exp $ */
/*
@@
-315,9
+315,6
@@
static pt_entry_t *csrc_pte, *cdst_pte, *zero_pte, *ptp_pte, *flsh_pte;
static caddr_t csrcp, cdstp, zerop, ptpp, flshp;
caddr_t vmmap; /* XXX: used by mem.c... it should really uvm_map_reserve it */
-/* stuff to fix the pentium f00f bug */
-extern vaddr_t pentium_idt_vaddr;
-
/*
* local prototypes
*/