Module Name: src
Committed By: thorpej
Date: Mon Sep 28 16:27:47 UTC 2020
Modified Files:
src/sys/arch/alpha/include: cpuconf.h
Log Message:
Remove a no-longer-accurate comment.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/alpha/include/cpuconf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/alpha/include/cpuconf.h
diff -u src/sys/arch/alpha/include/cpuconf.h:1.15 src/sys/arch/alpha/include/cpuconf.h:1.16
--- src/sys/arch/alpha/include/cpuconf.h:1.15 Mon Feb 6 02:14:13 2012
+++ src/sys/arch/alpha/include/cpuconf.h Mon Sep 28 16:27:47 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuconf.h,v 1.15 2012/02/06 02:14:13 matt Exp $ */
+/* $NetBSD: cpuconf.h,v 1.16 2020/09/28 16:27:47 thorpej Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@@ -79,7 +79,6 @@ struct platform {
* tags. It may optionally fill in the cons_init, device_register and
* mcheck_handler tags.
*
- * The iointr tag is filled in by set_iointr (in interrupt.c).
* The clockintr tag is filled in by cpu_initclocks (in clock.c).
*
* nocpu is function to call when you can't figure what platform you're on.