patch-2.4.21 linux-2.4.21/arch/x86_64/kernel/acpitable.c
Next file: linux-2.4.21/arch/x86_64/kernel/aperture.c
Previous file: linux-2.4.21/arch/x86_64/ia32/sys_ia32.c
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
2003-06-13 07:51:32.000000000 -0700
-  Orig file: 
linux-2.4.20/arch/x86_64/kernel/acpitable.c
-  Orig date: 
2002-11-28 15:53:12.000000000 -0800
diff -urN linux-2.4.20/arch/x86_64/kernel/acpitable.c linux-2.4.21/arch/x86_64/kernel/acpitable.c
@@ -282,9 +282,9 @@
 		return -1;
 	}
 
-	hpet.address = hpet_tbl->addr.addrl | ((long) hpet_tbl->addr.addrh << 32);
+	hpet_address = hpet_tbl->addr.addrl | ((long) hpet_tbl->addr.addrh << 32);
 
-	printk(KERN_INFO "acpi: HPET id: %#x base: %#lx\n", hpet_tbl->id, hpet.address);
+	printk(KERN_INFO "acpi: HPET id: %#x base: %#lx\n", hpet_tbl->id, hpet_address);
 
 	return 0;
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)