All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geoff Levand <geoffrey.levand@am.sony.com>
To: paulus@samba.org
Cc: linuxppc-dev@ozlabs.org, Arnd Bergmann <arnd@arndb.de>
Subject: [patch 1/4] POWERPC: Add Cell SPRN bookmark register
Date: Tue, 08 Jan 2008 22:35:28 -0800	[thread overview]
Message-ID: <47846B30.5040406@am.sony.com> (raw)
In-Reply-To: <477EF59C.2070809@am.sony.com>

Add a definition for the Cell SPRN bookmark register
to asm-powerpc/regs.h

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
---
Needed for PS3's lpm driver.

 include/asm-powerpc/reg.h |    1 +
 1 file changed, 1 insertion(+)

--- a/include/asm-powerpc/reg.h
+++ b/include/asm-powerpc/reg.h
@@ -553,6 +553,7 @@
 #define SPRN_PA6T_BTCR	978	/* Breakpoint and Tagging Control Register */
 #define SPRN_PA6T_IMAAT	979	/* Instruction Match Array Action Table */
 #define SPRN_PA6T_PCCR	1019	/* Power Counter Control Register */
+#define SPRN_BKMK	1020	/* Cell Bookmark Register */
 #define SPRN_PA6T_RPCCR	1021	/* Retire PC Trace Control Register */
 
 

  reply	other threads:[~2008-01-09  6:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-05  3:12 [patch 0/3] PS3 logical performance monitor patches for 2.6.25 Geoff Levand
2008-01-09  6:35 ` Geoff Levand [this message]
2008-01-09 11:55   ` [patch 1/4] POWERPC: Add Cell SPRN bookmark register Arnd Bergmann
2008-01-09  6:35 ` [patch 2/4 v2] PS3: Add logical performance monitor repository routines Geoff Levand
2008-01-09  7:15   ` Stephen Rothwell
2008-01-09 10:01     ` Geert Uytterhoeven
2008-01-09 21:47       ` Stephen Rothwell
2008-01-10  1:01   ` [patch 2/4 v3] " Geoff Levand
2008-01-09  6:35 ` [patch 3/4 v2] PS3: Add logical performance monitor device support Geoff Levand
2008-01-10  1:01   ` [patch 3/4 v3] " Geoff Levand
2008-01-09  6:35 ` [patch 4/4 v2] PS3: Add logical performance monitor driver support Geoff Levand
2008-01-09 10:41   ` Geert Uytterhoeven
2008-01-09 13:20   ` TakashiYamamoto
2008-01-10  1:01   ` [patch 4/4 v3] " Geoff Levand
2008-01-10  9:44     ` Geert Uytterhoeven
2008-01-10 23:39     ` [patch 4/4 v4] " Geoff Levand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47846B30.5040406@am.sony.com \
    --to=geoffrey.levand@am.sony.com \
    --cc=arnd@arndb.de \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.