patch-2.4.0-test6 linux/arch/sparc64/kernel/smp.c
Next file: linux/arch/sparc64/kernel/sparc64_ksyms.c
Previous file: linux/arch/sparc64/kernel/signal32.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Sun Aug 6 11:43:17 2000
- Orig file:
v2.4.0-test5/linux/arch/sparc64/kernel/smp.c
- Orig date:
Thu Jul 27 17:38:00 2000
diff -u --recursive --new-file v2.4.0-test5/linux/arch/sparc64/kernel/smp.c linux/arch/sparc64/kernel/smp.c
@@ -87,7 +87,6 @@
{
int i;
- cpu_data[id].bh_count = 0;
/* multiplier and counter set by
smp_setup_percpu_timer() */
cpu_data[id].udelay_val = loops_per_sec;
@@ -818,14 +817,14 @@
size = PAGE_ALIGN(size);
found = size;
- base = page_address(p);
+ base = (unsigned long) page_address(p);
while(found != 0) {
/* Failure. */
if(p >= (mem_map + max_mapnr))
return 0UL;
if(PageReserved(p)) {
found = size;
- base = page_address(p);
+ base = (unsigned long) page_address(p);
} else {
found -= PAGE_SIZE;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)