artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ff678f
)
Unneeded return at the end of a void function.
author
mlarkin
<mlarkin@openbsd.org>
Wed, 15 Apr 2015 03:52:45 +0000
(
03:52
+0000)
committer
mlarkin
<mlarkin@openbsd.org>
Wed, 15 Apr 2015 03:52:45 +0000
(
03:52
+0000)
sys/arch/amd64/amd64/pmap.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/pmap.c
b/sys/arch/amd64/amd64/pmap.c
index
8697ec3
..
55f55f9
100644
(file)
--- a/
sys/arch/amd64/amd64/pmap.c
+++ b/
sys/arch/amd64/amd64/pmap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pmap.c,v 1.9
0 2015/03/14 03:38:46 jsg Exp $
*/
+/* $OpenBSD: pmap.c,v 1.9
1 2015/04/15 03:52:45 mlarkin Exp $
*/
/* $NetBSD: pmap.c,v 1.3 2003/05/08 18:13:13 thorpej Exp $ */
/*
@@
-389,7
+389,6
@@
pmap_map_ptes(struct pmap *pmap, pt_entry_t **ptepp, pd_entry_t ***pdeppp, paddr
*ptepp = PTE_BASE;
*pdeppp = normal_pdes;
- return;
}
void