mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
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.
This commit is contained in:
parent
7f2d75408b
commit
67dbe720f6
@ -2995,7 +2995,9 @@ ProcessInterrupts(void)
|
||||
*/
|
||||
#if defined(__ia64__) || defined(__ia64)
|
||||
|
||||
#ifdef __INTEL_COMPILER
|
||||
#include <asm/ia64regs.h>
|
||||
#endif
|
||||
|
||||
static __inline__ char *
|
||||
ia64_get_bsp(void)
|
||||
|
Loading…
Reference in New Issue
Block a user