forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0ac8c8d
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 parent29d4421 commit0ac8c8d
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3003 | 3003 |
| |
3004 | 3004 |
| |
3005 | 3005 |
| |
| 3006 | + | |
3006 | 3007 |
| |
| 3008 | + | |
3007 | 3009 |
| |
3008 | 3010 |
| |
3009 | 3011 |
| |
|
0 commit comments
Comments
(0)