Revision 2e06214f

b/target-ppc/translate_init.c
6588 6588
    gen_spr_7xx(env);
6589 6589
    /* Time base */
6590 6590
    gen_tbl(env);
6591
    /* Processor identification */
6592
    spr_register(env, SPR_PIR, "PIR",
6593
                 SPR_NOACCESS, SPR_NOACCESS,
6594
                 &spr_read_generic, &spr_write_pir,
6595
                 0x00000000);
6591 6596
#if !defined(CONFIG_USER_ONLY)
6592 6597
    /* PURR & SPURR: Hack - treat these as aliases for the TB for now */
6593 6598
    spr_register(env, SPR_PURR,   "PURR",

Also available in: Unified diff