From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jeremy Kerr To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH 4/21] spufs: Add a "capabilities" file to spu contexts Date: Mon, 4 Jun 2007 23:06:52 +1000 References: <20070604051543.7028DDDEB9@ozlabs.org> In-Reply-To: <20070604051543.7028DDDEB9@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200706042106.55595.jk@ozlabs.org> Cc: Paul Mackerras , Christoph Hellwig , cbe-oss-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Ben, > This adds a "capabilities" file to spu contexts consisting of a > list of linefeed separated capability names. The current exposed > capabilities are "sched" (the context is scheduleable) and > "step" (the context supports single stepping). Looks good. Acked-by: Jeremy Kerr Jeremy