artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a08cd0
)
this file includes sys/param.h, so does not need to redefine PAGE_MASK
author
deraadt
<deraadt@openbsd.org>
Sat, 5 Jun 2021 13:32:52 +0000
(13:32 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 5 Jun 2021 13:32:52 +0000
(13:32 +0000)
sys/arch/amd64/stand/libsa/exec_i386.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/stand/libsa/exec_i386.c
b/sys/arch/amd64/stand/libsa/exec_i386.c
index
be4a339
..
6f66392
100644
(file)
--- a/
sys/arch/amd64/stand/libsa/exec_i386.c
+++ b/
sys/arch/amd64/stand/libsa/exec_i386.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: exec_i386.c,v 1.3
3 2021/03/11 11:16:55 jsg Exp $
*/
+/* $OpenBSD: exec_i386.c,v 1.3
4 2021/06/05 13:32:52 deraadt Exp $
*/
/*
* Copyright (c) 1997-1998 Michael Shalayeff
@@
-74,7
+74,6
@@
extern char end[], _start[];
caddr_t pt_base_addr;
-#define PAGE_MASK (PAGE_SIZE - 1)
#define LONG_KERN_PML4_ADDR1 0x1000
#define LONG_KERN_PML4_ADDR2 (((uint64_t)(end) + PAGE_MASK) & ~PAGE_MASK)