Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2008 20:33:02 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 149822 for review
Message-ID:  <200809152033.m8FKX2vt055648@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149822

Change 149822 by gonzo@gonzo_jeeves on 2008/09/15 20:32:07

	More missing HEAD changes merging/code cleaning. Remove amd64-ism.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/bus_dma.h#3 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/bus_dma.h#3 (text+ko) ====

@@ -26,9 +26,9 @@
  * $FreeBSD: src/sys/amd64/include/bus_dma.h,v 1.30 2005/07/22 04:03:25 obrien Exp $
  */
 
-#ifndef _AMD64_BUS_DMA_H_
-#define _AMD64_BUS_DMA_H_
+#ifndef _MIPS_BUS_DMA_H_
+#define _MIPS_BUS_DMA_H_
 
 #include <sys/bus_dma.h>
 
-#endif /* _AMD64_BUS_DMA_H_ */
+#endif /* _MIPS_BUS_DMA_H_ */



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