Subject: CVS commit: src/sys/rump/include/machine
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/26/2007 17:59:38
Module Name:	src
Committed By:	pooka
Date:		Fri Oct 26 17:59:38 UTC 2007

Added Files:
	src/sys/rump/include/machine: cpu_counter.h

Log Message:
It's non-trivial to say that "no, we don't have cpu counter on this
arch (rump)", so emulate it.  But this is suboptimal.  The crux of
the problem seems to be that types.h contains both information on
the machine architecture (which we want) as well as other defines
such as __HAVE_CPU_COUNTER (which we don't want).


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/rump/include/machine/cpu_counter.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.