Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 12:52:45 +0000 (UTC)
From:      Michal Meloun <mmel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292260 - in head/sys/arm: arm include
Message-ID:  <201512151252.tBFCqjns031809@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512151252.tBFCqjns031809>