Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86644
b: refs/heads/master
c: 9176c0b
h: refs/heads/master
v: v3
  • Loading branch information
Jens Osterkamp authored and Arnd Bergmann committed Mar 3, 2008
1 parent 30e01ff commit 17c6822
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 101fd46a753f8931a05d252bf5564c9415a5f8d7
refs/heads/master: 9176c0b1f5a9099cebc07458042ae6a7c75af7b2
3 changes: 0 additions & 3 deletions trunk/arch/powerpc/platforms/celleb/beat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/asm-powerpc/reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 17c6822

Please sign in to comment.