PERFORCE change 149822 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Sep 15 20:33:03 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149822

Change 149822 by gonzo at 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_ */


More information about the p4-projects mailing list