Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.49 KB | None | 0 0
  1. Index: arch/ppc/qemu/init.c
  2. ===================================================================
  3. --- arch/ppc/qemu/init.c    (revision 1045)
  4. +++ arch/ppc/qemu/init.c    (working copy)
  5. @@ -260,6 +260,12 @@
  6.      push_str("clock-frequency");
  7.      fword("property");
  8.  
  9. +    //PUSH(fw_cfg_read_i32(FW_CFG_PPC_BUSFREQ));
  10. +    PUSH(0);
  11. +    fword("encode-int");
  12. +    push_str("bus-frequency");
  13. +    fword("property");
  14. +
  15.      push_str("running");
  16.      fword("encode-string");
  17.      push_str("state");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement