Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5863
b: refs/heads/master
c: 4eaefb3
h: refs/heads/master
i:
  5861: 290080d
  5859: 9db27d9
  5855: 2dfe88a
v: v3
  • Loading branch information
Tony Luck committed Aug 18, 2005
1 parent 057ce30 commit bbfb73c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 30d5b64b63fa69af31b2cba32e6d71d68526eec9
refs/heads/master: 4eaefb39528b3a78fb6a784162200b198d3e16ee
6 changes: 5 additions & 1 deletion trunk/arch/ia64/hp/sim/boot/bootloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ struct disk_req {
unsigned len;
};

/* SSC_WAIT_COMPLETION appears to want this large alignment. gcc < 4
* seems to give it by default, however gcc > 4 is smarter and may
* not.
*/
struct disk_stat {
int fd;
unsigned count;
};
} __attribute__ ((aligned (16)));

extern void jmp_to_kernel (unsigned long bp, unsigned long e_entry);
extern struct ia64_boot_param *sys_fw_init (const char *args, int arglen);
Expand Down
8 changes: 0 additions & 8 deletions trunk/include/asm-ia64/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ static inline void ___ia64_mmiowb(void)
ia64_mfa();
}

static inline const unsigned long
__ia64_get_io_port_base (void)
{
extern unsigned long ia64_iobase;

return ia64_iobase;
}

static inline void*
__ia64_mk_io_addr (unsigned long port)
{
Expand Down

0 comments on commit bbfb73c

Please sign in to comment.