this file includes sys/param.h, so does not need to redefine PAGE_MASK
authorderaadt <deraadt@openbsd.org>
Sat, 5 Jun 2021 13:32:52 +0000 (13:32 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 5 Jun 2021 13:32:52 +0000 (13:32 +0000)
sys/arch/amd64/stand/libsa/exec_i386.c

index be4a339..6f66392 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: exec_i386.c,v 1.33 2021/03/11 11:16:55 jsg Exp $      */
+/*     $OpenBSD: exec_i386.c,v 1.34 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)