macro_rules! max_apic_id {
    () => { ... };
    ($ebx: expr) => { ... };
}