Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2013 17:45:44 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r258851 - head/sys/powerpc/include
Message-ID:  <201312021745.rB2HjiDc004525@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Mon Dec  2 17:45:43 2013
New Revision: 258851
URL: http://svnweb.freebsd.org/changeset/base/258851

Log:
  Remove fdtbus_bs_tag definition, which is now obsolete. The remainder of
  this file is also slated for future demolition.

Modified:
  head/sys/powerpc/include/fdt.h

Modified: head/sys/powerpc/include/fdt.h
==============================================================================
--- head/sys/powerpc/include/fdt.h	Mon Dec  2 17:07:22 2013	(r258850)
+++ head/sys/powerpc/include/fdt.h	Mon Dec  2 17:45:43 2013	(r258851)
@@ -35,15 +35,7 @@
 #include <machine/bus.h>
 #include <machine/intr_machdep.h>
 
-/* Max interrupt number */
-#define FDT_INTR_MAX	INTR_VECTORS
-
 /* Map phandle/intpin pair to global IRQ number */
 #define	FDT_MAP_IRQ(node, pin)	powerpc_get_irq(node, pin)
 
-/*
- * Bus space tag. XXX endianess info needs to be derived from the blob.
- */
-#define fdtbus_bs_tag	(&bs_be_tag)
-
 #endif /* _MACHINE_FDT_H_ */



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