Module Name: src
Committed By: thorpej
Date: Tue Jan 9 04:08:33 UTC 2024
Modified Files:
src/sys/arch/evbcf/include: cpu.h
Log Message:
This platform does not have a loadustp() function.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbcf/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/evbcf/include/cpu.h
diff -u src/sys/arch/evbcf/include/cpu.h:1.5 src/sys/arch/evbcf/include/cpu.h:1.6
--- src/sys/arch/evbcf/include/cpu.h:1.5 Sat Nov 23 19:40:35 2019
+++ src/sys/arch/evbcf/include/cpu.h Tue Jan 9 04:08:33 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.5 2019/11/23 19:40:35 ad Exp $ */
+/* $NetBSD: cpu.h,v 1.6 2024/01/09 04:08:33 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -157,7 +157,6 @@ int nmihand(void *);
void mvme68k_abort(const char *);
void *iomap(u_long, size_t);
void iounmap(void *, size_t);
-void loadustp(paddr_t);
/* physical memory addresses where mvme147's onboard devices live */
#define INTIOBASE147 (0xfffe0000u)