forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit67dbe72
committed
Don't include <asm/ia64regs.h> unnecessarily.
We only need that header when compiling with icc, since the gcc variant ofia64_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 unlesswe need it.1 parent7f2d754 commit67dbe72
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2995 | 2995 |
| |
2996 | 2996 |
| |
2997 | 2997 |
| |
| 2998 | + | |
2998 | 2999 |
| |
| 3000 | + | |
2999 | 3001 |
| |
3000 | 3002 |
| |
3001 | 3003 |
| |
|
0 commit comments
Comments
(0)