[Cbe-oss-dev] [PATCH 1/2] move celleb DABRX definitions

Jens Osterkamp jens at de.ibm.com
Thu Feb 28 21:26:21 EST 2008


Subject: move celleb DABRX definitions

This moves the private DABRX definitions for celleb from beat.h to
reg.h to make them usable for all.

Signed-off-by: Jens Osterkamp <jens at de.ibm.com>

Index: linux-2.6/arch/powerpc/platforms/celleb/beat.h
===================================================================
--- linux-2.6.orig/arch/powerpc/platforms/celleb/beat.h	2008-02-27 17:13:22.000000000 +0100
+++ linux-2.6/arch/powerpc/platforms/celleb/beat.h	2008-02-27 17:13:27.000000000 +0100
@@ -21,9 +21,6 @@
 #ifndef _CELLEB_BEAT_H
 #define _CELLEB_BEAT_H
 
-#define DABRX_KERNEL		(1UL<<1)
-#define DABRX_USER		(1UL<<0)
-
 int64_t beat_get_term_char(uint64_t,uint64_t*,uint64_t*,uint64_t*);
 int64_t beat_put_term_char(uint64_t,uint64_t,uint64_t,uint64_t);
 int64_t beat_repository_encode(int, const char *, uint64_t[4]);
Index: linux-2.6/include/asm-powerpc/reg.h
===================================================================
--- linux-2.6.orig/include/asm-powerpc/reg.h	2008-02-26 14:41:20.000000000 +0100
+++ linux-2.6/include/asm-powerpc/reg.h	2008-02-26 14:43:06.000000000 +0100
@@ -153,6 +153,9 @@
 #define   CTRL_RUNLATCH	0x1
 #define SPRN_DABR	0x3F5	/* Data Address Breakpoint Register */
 #define   DABR_TRANSLATION	(1UL << 2)
+#define SPRN_DABRX	0x3F7	/* Data Address Breakpoint Register Extension */
+#define   DABRX_USER	(1UL << 0)
+#define   DABRX_KERNEL	(1UL << 1)
 #define SPRN_DAR	0x013	/* Data Address Register */
 #define SPRN_DSISR	0x012	/* Data Storage Interrupt Status Register */
 #define   DSISR_NOHPTE		0x40000000	/* no translation found */



More information about the cbe-oss-dev mailing list