Module Name:    src
Committed By:   thorpej
Date:           Tue Jan  2 17:16:27 UTC 2024

Modified Files:
        src/sys/arch/virt68k/include: cpu.h

Log Message:
Collect some garbage.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/virt68k/include/cpu.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/virt68k/include/cpu.h
diff -u src/sys/arch/virt68k/include/cpu.h:1.1 src/sys/arch/virt68k/include/cpu.h:1.2
--- src/sys/arch/virt68k/include/cpu.h:1.1	Tue Jan  2 07:41:00 2024
+++ src/sys/arch/virt68k/include/cpu.h	Tue Jan  2 17:16:27 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.1 2024/01/02 07:41:00 thorpej Exp $	*/
+/*	$NetBSD: cpu.h,v 1.2 2024/01/02 17:16:27 thorpej Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -110,14 +110,9 @@ extern int astpending;		/* need to trap 
 #endif /* _KERNEL */
 
 #ifdef _KERNEL
-extern	int cpuspeed;
-extern	char *intiobase, *intiolimit;
-
 void	doboot(int) 
 	__attribute__((__noreturn__));
 int	nmihand(void *);
-void	*iomap(u_long, size_t);
-void	iounmap(void *, size_t);
 void	loadustp(paddr_t);
 
 #endif /* _KERNEL */

Reply via email to