Revision 187337f8 hw/pxa2xx_pic.c

b/hw/pxa2xx_pic.c
306 306
    /* Enable IC memory-mapped registers access.  */
307 307
    iomemtype = cpu_register_io_memory(0, pxa2xx_pic_readfn,
308 308
                    pxa2xx_pic_writefn, s);
309
    cpu_register_physical_memory(base, 0x000fffff, iomemtype);
309
    cpu_register_physical_memory(base, 0x00100000, iomemtype);
310 310

  
311 311
    /* Enable IC coprocessor access.  */
312 312
    cpu_arm_set_cp_io(env, 6, pxa2xx_pic_cp_read, pxa2xx_pic_cp_write, s);

Also available in: Unified diff