Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11474
b: refs/heads/master
c: e607d98
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Sep 27, 2005
1 parent 8d1833a commit 71d263c
Show file tree
Hide file tree
Showing 2 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: bbeb3f4c55f666df7bcd2655b303dfb8c4d1a119
refs/heads/master: e607d98369dbd8e7b33b19664d1729a8a81fe7cd
6 changes: 3 additions & 3 deletions trunk/include/asm-ppc64/dart.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
#define DARTMAP_RPNMASK 0x00ffffff


#define DART_SHIFT 12
#define DART_PAGE_SIZE (1 << DART_SHIFT)
#define DART_PAGE_FACTOR (PAGE_SHIFT - DART_SHIFT)
#define DART_PAGE_SHIFT 12
#define DART_PAGE_SIZE (1 << DART_PAGE_SHIFT)
#define DART_PAGE_FACTOR (PAGE_SHIFT - DART_PAGE_SHIFT)


#endif

0 comments on commit 71d263c

Please sign in to comment.