svn commit: r232227 - head/sys/amd64/include
John Baldwin
jhb at FreeBSD.org
Mon Feb 27 17:28:48 UTC 2012
Author: jhb
Date: Mon Feb 27 17:28:47 2012
New Revision: 232227
URL: http://svn.freebsd.org/changeset/base/232227
Log:
Correct function prototype for read_rflags().
Modified:
head/sys/amd64/include/cpufunc.h
Modified: head/sys/amd64/include/cpufunc.h
==============================================================================
--- head/sys/amd64/include/cpufunc.h Mon Feb 27 17:28:22 2012 (r232226)
+++ head/sys/amd64/include/cpufunc.h Mon Feb 27 17:28:47 2012 (r232227)
@@ -727,7 +727,7 @@ uint64_t rdr5(void);
uint64_t rdr6(void);
uint64_t rdr7(void);
uint64_t rdtsc(void);
-u_int read_rflags(void);
+u_long read_rflags(void);
u_int rfs(void);
u_int rgs(void);
void wbinvd(void);
More information about the svn-src-head
mailing list