From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5C9B9DDEDD for ; Tue, 17 Jun 2008 10:07:02 +1000 (EST) Subject: Re: [PATCH] powerpc/booke: Add support for new e500mc core From: Benjamin Herrenschmidt To: Kumar Gala In-Reply-To: References: Content-Type: text/plain Date: Tue, 17 Jun 2008 10:06:55 +1000 Message-Id: <1213661215.8129.149.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2008-06-16 at 10:46 -0500, Kumar Gala wrote: > The new e500mc core from Freescale is based on the e500v2 but with the > following changes: > > * Supports only the Enhanced Debug Architecture (DSRR0/1, etc) > * Floating Point > * No SPE > * Supports lwsync ^^^^^^ It supports SMP ? Is tlbivax broadcast ? Is there a local form ? Cheers, Ben.