Revision 636aa200 hw/ppc_prep.c

b/hw/ppc_prep.c
115 115
//    printf("%s: 0x" PADDRX " => 0x%08" PRIx32 "\n", __func__, addr, value);
116 116
}
117 117

  
118
static always_inline uint32_t _PPC_intack_read (target_phys_addr_t addr)
118
static inline uint32_t _PPC_intack_read(target_phys_addr_t addr)
119 119
{
120 120
    uint32_t retval = 0;
121 121

  
......
426 426
    return retval;
427 427
}
428 428

  
429
static always_inline target_phys_addr_t prep_IO_address (sysctrl_t *sysctrl,
430
                                                         target_phys_addr_t
431
                                                         addr)
429
static inline target_phys_addr_t prep_IO_address(sysctrl_t *sysctrl,
430
                                                 target_phys_addr_t addr)
432 431
{
433 432
    if (sysctrl->contiguous_map == 0) {
434 433
        /* 64 KB contiguous space for IOs */

Also available in: Unified diff