RE: [patch 4/4 v2] PS3: Add logical performance monitor driver support

2008-01-09 Thread TakashiYamamoto
Hello, I found a bug in our patch. > +/** > + * ps3_lpm_open - Open the logical performance monitor device. > + * @tb_type: Specifies the type of trace buffer lv1 sould use for this lpm > + * instance, specified by one of enum ps3_lpm_tb_type. > + * @tb_cache: Optional user supplied buffer to us

Re: [patch 4/4 v2] PS3: Add logical performance monitor driver support

2008-01-09 Thread Geert Uytterhoeven
On Tue, 8 Jan 2008, Geoff Levand wrote: > --- /dev/null > +++ b/drivers/ps3/ps3-lpm.c > + /* > + * As per the PPE book IV, to avoid bookmark lost there must loss? > + * not

[patch 4/4 v2] PS3: Add logical performance monitor driver support

2008-01-08 Thread Geoff Levand
From: Takashi Yamamoto <[EMAIL PROTECTED]> Add PS3 logical performance monitor (lpm) device driver. The PS3's LV1 hypervisor provides a Logical Performance Monitor that abstarcts the Cell processor's performance monitor features for use by guest operating systems. Signed-off-by: Takashi Yamamot