CVSROOT: /home/cvs
Module name: linux
Changes by: macro@ftp.linux-mips.org 05/01/19 02:45:29
Modified files:
include/asm-mips: gt64120.h
Log message:
Bug fixes.
diff -urN linux/include/asm-mips/gt64120.h linux/include/asm-mips/gt64120.h
--- linux/include/asm-mips/gt64120.h 2005/01/15 01:31:03 1.9
+++ linux/include/asm-mips/gt64120.h 2005/01/19 02:45:29 1.10
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2004 MIPS Technologies, Inc. All rights reserved.
+ * Copyright (C) 2000, 2004, 2005 MIPS Technologies, Inc.
+ * All rights reserved.
* Authors: Carsten Langgaard <carstenl@mips.com>
* Maciej W. Rozycki <macro@mips.com>
* Copyright (C) 2005 Ralf Baechle (ralf@linux-mips.org)
@@ -302,9 +303,9 @@
#define GT_PCI_LD_SHF 0
#define GT_PCI_LD_MSK (MSK(15) << GT_PCI_LD_SHF)
#define GT_PCI_HD_SHF 0
-#define GT_PCI_HD_MSK (MSK(7) << GT_PCI_LD_SHF)
+#define GT_PCI_HD_MSK (MSK(7) << GT_PCI_HD_SHF)
#define GT_PCI_REMAP_SHF 0
-#define GT_PCI_REMAP_MSK (MSK(11) << GT_PCI_LD_SHF)
+#define GT_PCI_REMAP_MSK (MSK(11) << GT_PCI_REMAP_SHF)
#define GT_CFGADDR_CFGEN_SHF 31
|