summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJens Osterkamp <jens@de.ibm.com>2008-02-28 10:26:21 (GMT)
committerArnd Bergmann <arnd@arndb.de>2008-03-03 07:03:14 (GMT)
commit9176c0b1f5a9099cebc07458042ae6a7c75af7b2 (patch)
tree80dedb71f8cd01f8b1fa37612fdf57a6f5caeb06 /arch
parent101fd46a753f8931a05d252bf5564c9415a5f8d7 (diff)
downloadlinux-fsl-qoriq-9176c0b1f5a9099cebc07458042ae6a7c75af7b2.tar.xz
[POWERPC] 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@de.ibm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/celleb/beat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/celleb/beat.h b/arch/powerpc/platforms/celleb/beat.h
index b2e292d..ac82ac3 100644
--- a/arch/powerpc/platforms/celleb/beat.h
+++ b/arch/powerpc/platforms/celleb/beat.h
@@ -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]);