From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: 4way smp on ppc32 From: Benjamin Herrenschmidt To: ERIC NORTHUP Cc: linuxppc-dev list In-Reply-To: <1080720349.1435.11.camel@gaston> References: <7eb2247ee728.7ee7287eb224@jhumail.jhu.edu> <1080720349.1435.11.camel@gaston> Content-Type: text/plain Message-Id: <1080721028.1416.13.camel@gaston> Mime-Version: 1.0 Date: Wed, 31 Mar 2004 18:17:09 +1000 Sender: owner-linuxppc-dev@lists.linuxppc.org List-Id: Actually, there is at least one problem, can you try this patch: ===== arch/ppc/platforms/pmac_smp.c 1.30 vs edited ===== --- 1.30/arch/ppc/platforms/pmac_smp.c Tue Mar 23 12:46:59 2004 +++ edited/arch/ppc/platforms/pmac_smp.c Wed Mar 31 18:16:54 2004 @@ -316,6 +316,8 @@ psurge_type = psurge_quad_probe(); if (psurge_type != PSURGE_DUAL) { + psurge_smp_ops.take_timebase = smp_generic_take_timebase; + psurge_smp_ops.give_timebase = smp_generic_give_timebase; psurge_quad_init(); /* All released cards using this HW design have 4 CPUs */ ncpus = 4; ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/