提交 e607d983 编写于 作者: P Paul Mackerras

ppc64: Fix typo in iommu cleanups that broke pmac build.

Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 bbeb3f4c
...@@ -51,9 +51,9 @@ ...@@ -51,9 +51,9 @@
#define DARTMAP_RPNMASK 0x00ffffff #define DARTMAP_RPNMASK 0x00ffffff
#define DART_SHIFT 12 #define DART_PAGE_SHIFT 12
#define DART_PAGE_SIZE (1 << DART_SHIFT) #define DART_PAGE_SIZE (1 << DART_PAGE_SHIFT)
#define DART_PAGE_FACTOR (PAGE_SHIFT - DART_SHIFT) #define DART_PAGE_FACTOR (PAGE_SHIFT - DART_PAGE_SHIFT)
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册