Revision 57864959

b/hw/pc.c
67 67

  
68 68
static FDCtrl *floppy_controller;
69 69
static RTCState *rtc_state;
70
static PITState *pit;
71 70

  
72 71
#define E820_NR_ENTRIES		16
73 72

  
......
835 834
    DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS];
836 835
    DriveInfo *fd[MAX_FD];
837 836
    void *fw_cfg;
837
    PITState *pit;
838 838

  
839 839
    if (ram_size >= 0xe0000000 ) {
840 840
        above_4g_mem_size = ram_size - 0xe0000000;

Also available in: Unified diff