X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fia64%2Fsn%2Fkernel%2Fsetup.c;h=5b84836c2171b1a53c3dddc0cc060055c1433a15;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=30988dfbddff242e38bbf480a0d016282595f618;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c index 30988dfbd..5b84836c2 100644 --- a/arch/ia64/sn/kernel/setup.c +++ b/arch/ia64/sn/kernel/setup.c @@ -3,7 +3,7 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. * - * Copyright (C) 1999,2001-2006 Silicon Graphics, Inc. All rights reserved. + * Copyright (C) 1999,2001-2005 Silicon Graphics, Inc. All rights reserved. */ #include @@ -327,11 +327,10 @@ sn_scan_pcdp(void) struct pcdp_interface_pci if_pci; extern struct efi efi; - if (efi.hcdp == EFI_INVALID_TABLE_ADDR) + pcdp = efi.hcdp; + if (! pcdp) return; /* no hcdp/pcdp table */ - pcdp = __va(efi.hcdp); - if (pcdp->rev < 3) return; /* only support PCDP (rev >= 3) */ @@ -499,7 +498,6 @@ void __init sn_setup(char **cmdline_p) * for sn. */ pm_power_off = ia64_sn_power_down; - current->thread.flags |= IA64_THREAD_MIGRATION; } /** @@ -662,8 +660,7 @@ void __init sn_cpu_init(void) SH2_PIO_WRITE_STATUS_1, SH2_PIO_WRITE_STATUS_3}; u64 *pio; pio = is_shub1() ? pio1 : pio2; - pda->pio_write_status_addr = - (volatile unsigned long *)GLOBAL_MMR_ADDR(nasid, pio[slice]); + pda->pio_write_status_addr = (volatile unsigned long *) LOCAL_MMR_ADDR(pio[slice]); pda->pio_write_status_val = is_shub1() ? SH_PIO_WRITE_STATUS_PENDING_WRITE_COUNT_MASK : 0; }