Remove legacy boot monitor vars

This commit is contained in:
Arun Thomas
2011-09-16 20:03:15 +02:00
parent 46581e701a
commit cb54d96eec
8 changed files with 21 additions and 50 deletions

View File

@@ -130,14 +130,9 @@ struct cpu_info {
};
struct machine {
int pc_at;
int ps_mca;
int processor;
unsigned processors_count; /* how many cpus are available */
unsigned bsp_id; /* id of the bootstrap cpu */
int padding; /* used to be protected */
int vdu_ega;
int vdu_vga;
int apic_enabled; /* does the kernel use APIC or not? */
phys_bytes acpi_rsdp; /* where is the acpi RSDP */
};