From owner-freebsd-ppc@FreeBSD.ORG Tue Nov 29 19:18:11 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7DC1106564A; Tue, 29 Nov 2011 19:18:11 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-qw0-f47.google.com (mail-qw0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 3DA458FC17; Tue, 29 Nov 2011 19:18:10 +0000 (UTC) Received: by qaea17 with SMTP id a17so2637868qae.13 for ; Tue, 29 Nov 2011 11:18:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=x4jf5yZVQknyyxIe+TkNBCFeg1NelqcNwtV5cUi/TZc=; b=T0W+HeqSPyDvHT8eH9Wk9e4pRRqZkTWTqhwoBtqy6Cr8hSwTbQW3gPMtOpI0tXzCB1 D8sMy9fOqPmvQhe8t1B7+ZcFdkIclJSpBaCanbDk6ZcrKjhqoYV+VxWdPf0ln3kRt6Jp QLdOoPeG4xKKtlr3M0sB8Tmys1jvVSRf6q7BE= MIME-Version: 1.0 Received: by 10.68.39.229 with SMTP id s5mr80288pbk.0.1322594289152; Tue, 29 Nov 2011 11:18:09 -0800 (PST) Received: by 10.68.50.102 with HTTP; Tue, 29 Nov 2011 11:18:09 -0800 (PST) In-Reply-To: <4ED440D7.9010903@freebsd.org> References: <4ED440D7.9010903@freebsd.org> Date: Tue, 29 Nov 2011 14:18:09 -0500 Message-ID: From: Super Bisquit To: Nathan Whitehorn Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD PowerPC ML Subject: Re: Available registers on the CPU X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2011 19:18:11 -0000 On Mon, Nov 28, 2011 at 9:17 PM, Nathan Whitehorn wrote: > On 11/28/11 17:12, Super Bisquit wrote: > >> Is it possible to increase the number of available registers on the CPU? >> Just curious. >> ______________________________**_________________ >> freebsd-ppc@freebsd.org mailing list >> http://lists.freebsd.org/**mailman/listinfo/freebsd-ppc >> To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@**freebsd.org >> " >> > > No. There are 32, which is fixed in hardware. > -Nathan > OK. Thanks.