提交 1ac9f1f7 编写于 作者: B Becky Bruce 提交者: Paul Mackerras

[POWERPC] Update lmb.h include protection to ASM_POWERPC

This file was protected by _PPC64_LMB_H, which is confusing, as the
32-bit code also uses the lmb these days.  Changed to
_ASM_POWERPC_LMB_H.
Signed-off-by: NBecky Bruce <becky.bruce@freescale.com>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 7b52b440
#ifndef _PPC64_LMB_H #ifndef _ASM_POWERPC_LMB_H
#define _PPC64_LMB_H #define _ASM_POWERPC_LMB_H
#ifdef __KERNEL__ #ifdef __KERNEL__
/* /*
...@@ -77,4 +77,4 @@ lmb_end_pfn(struct lmb_region *type, unsigned long region_nr) ...@@ -77,4 +77,4 @@ lmb_end_pfn(struct lmb_region *type, unsigned long region_nr)
} }
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
#endif /* _PPC64_LMB_H */ #endif /* _ASM_POWERPC_LMB_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册