svn commit: r292260 - in head/sys/arm: arm include
Michal Meloun
mmel at FreeBSD.org
Tue Dec 15 12:52:46 UTC 2015
Author: mmel
Date: Tue Dec 15 12:52:45 2015
New Revision: 292260
URL: https://svnweb.freebsd.org/changeset/base/292260
Log:
ARM: Remove outdated katelib.h.
Approved by: kib (mentor)
Deleted:
head/sys/arm/include/katelib.h
Modified:
head/sys/arm/arm/trap.c
head/sys/arm/include/cpufunc.h
Modified: head/sys/arm/arm/trap.c
==============================================================================
--- head/sys/arm/arm/trap.c Tue Dec 15 12:51:58 2015 (r292259)
+++ head/sys/arm/arm/trap.c Tue Dec 15 12:52:45 2015 (r292260)
@@ -109,6 +109,8 @@ __FBSDID("$FreeBSD$");
#include <sys/dtrace_bsd.h>
#endif
+#define ReadWord(a) (*((volatile unsigned int *)(a)))
+
extern char fusubailout[];
#ifdef DEBUG
Modified: head/sys/arm/include/cpufunc.h
==============================================================================
--- head/sys/arm/include/cpufunc.h Tue Dec 15 12:51:58 2015 (r292259)
+++ head/sys/arm/include/cpufunc.h Tue Dec 15 12:52:45 2015 (r292260)
@@ -49,7 +49,6 @@
#include <sys/types.h>
#include <machine/armreg.h>
#include <machine/cpuconf.h>
-#include <machine/katelib.h> /* For in[bwl] and out[bwl] */
static __inline void
breakpoint(void)
More information about the svn-src-head
mailing list