[parisc-linux-cvs] linux deller

Helge Deller deller@gmx.de
Mon, 18 Feb 2002 21:51:33 +0100


--------------Boundary-00=_XXXQ3X4IPC5N8E0V0DO3
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

On Monday 18 February 2002 21:51, Helge Deller wrote:
> CVSROOT:	/var/cvs
> Module name:	linux
> Changes by:	deller	02/02/18 13:51:26
>
> Modified files:
> 	include/asm-parisc: pdc.h
>
> Log message:
> Fix the build again: pdc.h is included by assembler files too.

--------------Boundary-00=_XXXQ3X4IPC5N8E0V0DO3
Content-Type: text/plain;
  charset="iso-8859-1";
  name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="diff"

Index: pdc.h
===================================================================
RCS file: /var/cvs/linux/include/asm-parisc/pdc.h,v
retrieving revision 1.41
diff -u -p -r1.41 pdc.h
--- pdc.h	2002/02/18 20:25:16	1.41
+++ pdc.h	2002/02/18 20:50:13
@@ -142,11 +142,13 @@
 #define PDC_MEM_RET_PDT_FULL		-11
 #define PDC_MEM_RET_INVALID_PHYSICAL_LOCATION ~0ULL
 
+#ifndef __ASSEMBLY__
 typedef struct {
     unsigned long long	baseAddr;
     unsigned int	pages;
     unsigned int	reserved;
 } MemAddrTable_t;
+#endif
 
 
 #define PDC_PSW		21		/* Get/Set default System Mask  */

--------------Boundary-00=_XXXQ3X4IPC5N8E0V0DO3--