Skip to content

Commit

Permalink
ppc64: Fix typo in iommu cleanups that broke pmac build.
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Sep 27, 2005
1 parent bbeb3f4 commit e607d98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 e607d98

Please sign in to comment.