diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-31 16:07:18 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-09 14:55:11 -0500 |
commit | 79b97bf2e7f33ca4338fe3d83f2a38c97450d350 (patch) | |
tree | d9c6c8045e53d587b59df8764df289e64b051b3a /hw/vga_int.h | |
parent | f97e36b9d60d58eed80bcb27c6e47216145a71da (diff) |
vga: split vga-isa-mm.o
It is only used in mips softmmu, compile only there.
it_shift field was only used for vga_isa_mm, move it from VGACommonState
to ISAVGAMMstate.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/vga_int.h')
-rw-r--r-- | hw/vga_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h index ed88595832..9ff205d861 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -109,7 +109,6 @@ typedef struct VGACommonState { uint32_t lfb_vram_mapped; /* whether 0xa0000 is mapped as ram */ uint32_t bios_offset; uint32_t bios_size; - int it_shift; uint32_t latch; uint8_t sr_index; uint8_t sr[256]; |