macro_rules! initial_apic_id {
    () => { ... };
    ($eax: expr) => { ... };
}