Module Name: src Committed By: thorpej Date: Wed Feb 28 13:07:08 UTC 2024
Modified Files: src/sys/arch/evbcf/include: cpu.h Log Message: Revert the CLOCK_FORMAT0 work-around. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 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.10 src/sys/arch/evbcf/include/cpu.h:1.11 --- src/sys/arch/evbcf/include/cpu.h:1.10 Tue Feb 27 16:07:02 2024 +++ src/sys/arch/evbcf/include/cpu.h Wed Feb 28 13:07:07 2024 @@ -1,7 +1,3 @@ -/* $NetBSD: cpu.h,v 1.10 2024/02/27 16:07:02 nat Exp $ */ - -#ifndef CLOCK_FORMAT0 -#define CLOCK_FORMAT0 -#endif +/* $NetBSD: cpu.h,v 1.11 2024/02/28 13:07:07 thorpej Exp $ */ #include <m68k/cpu.h>