On Thu, 2012-09-20 at 00:49 -0700, Eric W. Biederman wrote: > Last I checked we still had that useless set_virtual_memory map call in > the kernel when efi is detected and until that goes away I don't know > that we can or should depend on any efi bits in the kernel on the kdump > path. > > Honestly I don't think we should make any EFI calls later than we make > BIOS calls, certainly the kdump case proves it works. > > Eric I would agree for the most part about not making any EFI calls from the kernel but there are couple of cases where we may have to rethink that. One is accessing the hardware clock. On a pure EFI and legacy-free machine, we will need to access hardware through EFI runtime services. The other one being access to EFI variables. We can choose to not use EFI variables but we might be giving up some useful functionality. -- Khalid Aziz <khalid.aziz at hp.com>