patch-2.4.23 linux-2.4.23/arch/x86_64/kernel/pci-gart.c
Next file: linux-2.4.23/arch/x86_64/kernel/pci-pc.c
Previous file: linux-2.4.23/arch/x86_64/kernel/nmi.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
2003-11-28 10:26:19.000000000 -0800
- Orig file:
linux-2.4.22/arch/x86_64/kernel/pci-gart.c
- Orig date:
2003-08-25 04:44:40.000000000 -0700
diff -urN linux-2.4.22/arch/x86_64/kernel/pci-gart.c linux-2.4.23/arch/x86_64/kernel/pci-gart.c
@@ -8,7 +8,7 @@
* See Documentation/DMA-mapping.txt for the interface specification.
*
* Copyright 2002 Andi Kleen, SuSE Labs.
- * $Id: pci-gart.c,v 1.27 2003/08/05 18:25:31 ak Exp $
+ * $Id: pci-gart.c,v 1.28 2003/09/19 07:01:58 ak Exp $
*/
#include <linux/config.h>
@@ -588,9 +588,12 @@
if (!memcmp(p, "memaper", 7)) {
fallback_aper_force = 1;
p += 7;
- if (*p == '=' && get_option(&p, &arg))
+ if (*p == '=') {
+ ++p;
+ if (get_option(&p, &arg))
fallback_aper_order = arg;
}
+ }
#ifdef CONFIG_IOMMU_LEAK
if (!memcmp(p,"leak", 4)) {
leak_trace = 1;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)