Re: [PATCH 01/10] x86/apic: Install an empty physflat_init_apic_ldr

2017-11-17 Thread Thomas Gleixner
On Thu, 16 Nov 2017, Jan Kiszka wrote: > From: Jan Kiszka > > As the comment already stated, there is no need for setting up LDR in I prefer to have a proper reference to documentation why this is not needed than to a comment which is technically dubious. > physflat mode as it remains unused.

[PATCH 01/10] x86/apic: Install an empty physflat_init_apic_ldr

2017-11-15 Thread Jan Kiszka
From: Jan Kiszka As the comment already stated, there is no need for setting up LDR in physflat mode as it remains unused. flat_init_apic_ldr only served as a placeholder for a nop operation so far, causing no harm. That will change when running over the Jailhouse hypervisor. Here we must not to