Revision b068d6a7 hw/ppc_prep.c

b/hw/ppc_prep.c
107 107
    //    printf("%s: 0x%08x => 0x%08x\n", __func__, addr, value);
108 108
}
109 109

  
110
static inline uint32_t _PPC_intack_read (target_phys_addr_t addr)
110
static always_inline uint32_t _PPC_intack_read (target_phys_addr_t addr)
111 111
{
112 112
    uint32_t retval = 0;
113 113

  
......
412 412
    return retval;
413 413
}
414 414

  
415
static inline target_phys_addr_t prep_IO_address (sysctrl_t *sysctrl,
416
                                                  target_phys_addr_t addr)
415
static always_inline target_phys_addr_t prep_IO_address (sysctrl_t *sysctrl,
416
                                                         target_phys_addr_t
417
                                                         addr)
417 418
{
418 419
    if (sysctrl->contiguous_map == 0) {
419 420
        /* 64 KB contiguous space for IOs */

Also available in: Unified diff