Re: [PATCH v6 36/76] x86/head/64: Load IDT earlier

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Aug 29, 2020 at 12:24:05PM +0200, Borislav Petkov wrote:
> On Mon, Aug 24, 2020 at 10:54:31AM +0200, Joerg Roedel wrote:
> > @@ -385,3 +386,25 @@ void __init alloc_intr_gate(unsigned int n, const void *addr)
> >  	if (!WARN_ON(test_and_set_bit(n, system_vectors)))
> >  		set_intr_gate(n, addr);
> >  }
> > +
> > +void __init early_idt_setup_early_handler(unsigned long physaddr)
> 
> I wonder if you could drop one of the "early"es:
> 
> idt_setup_early_handler()
> 
> for example looks ok to me. Or
> 
> early_setup_idt_handler()
> 
> if you wanna have "early" as prefix...

Yeah, makes sense. I settled with the second version.


Thanks,

	Joerg
_______________________________________________
Virtualization mailing list
Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linuxfoundation.org/mailman/listinfo/virtualization



[Index of Archives]     [KVM Development]     [Libvirt Development]     [Libvirt Users]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux