delete useless XXX
authorderaadt <deraadt@openbsd.org>
Wed, 19 May 2021 20:35:02 +0000 (20:35 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 19 May 2021 20:35:02 +0000 (20:35 +0000)
sys/arch/riscv64/riscv64/mem.c

index 295ead0..dffabea 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mem.c,v 1.4 2021/05/14 06:48:52 jsg Exp $     */
+/*     $OpenBSD: mem.c,v 1.5 2021/05/19 20:35:02 deraadt Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -88,7 +88,6 @@
 caddr_t zeropage;
 
 /* open counter for aperture */
-// XXX What is aperture?
 #ifdef APERTURE
 static int ap_open_count = 0;
 extern int allowaperture;