提交 9ca60201 编写于 作者: T Tom Lane

Don't include <asm/ia64regs.h> unnecessarily.

We only need that header when compiling with icc, since the gcc variant of
ia64_get_bsp() uses in-line assembly code.  Per report from Frank Brendel,
the header doesn't exist on all IA64 platforms; so don't include it unless
we need it.
上级 e7a1793f
......@@ -2697,7 +2697,9 @@ ProcessInterrupts(void)
*/
#if defined(__ia64__) || defined(__ia64)
#ifdef __INTEL_COMPILER
#include <asm/ia64regs.h>
#endif
static __inline__ char *
ia64_get_bsp(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册