diff options
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r-- | sys/arch/socppc/socppc/machdep.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/socppc/socppc/machdep.c b/sys/arch/socppc/socppc/machdep.c index 9ca13c52098..2c11cab8c1b 100644 --- a/sys/arch/socppc/socppc/machdep.c +++ b/sys/arch/socppc/socppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.69 2016/05/23 18:14:47 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.70 2016/09/18 14:28:25 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -108,12 +108,8 @@ extern struct bd_info **fwargsave; extern struct fdt_head *fwfdtsave; #ifdef APERTURE -#ifdef INSECURE -int allowaperture = 1; -#else int allowaperture = 0; #endif -#endif void dumpsys(void); int lcsplx(int ipl); |