]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - arch/x86/platform/efi/efi.c
x86/efi: Move all workarounds to a separate file quirks.c
authorSaurabh Tangri <saurabh.tangri@intel.com>
Mon, 2 Jun 2014 12:18:35 +0000 (05:18 -0700)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 19 Jun 2014 10:14:33 +0000 (11:14 +0100)
commiteeb9db09f738993c63ecb5aedf950a1e4fe4bd3f
tree7204b7099708ec4f0f25faac6ac01797c141ff28
parent7171511eaec5bf23fb06078f59784a3a0626b38f
x86/efi: Move all workarounds to a separate file quirks.c

Currently, it's difficult to find all the workarounds that are
applied when running on EFI, because they're littered throughout
various code paths. This change moves all of them into a separate
file with the hope that it will be come the single location for all
our well documented quirks.

Signed-off-by: Saurabh Tangri <saurabh.tangri@intel.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/x86/include/asm/efi.h
arch/x86/platform/efi/Makefile
arch/x86/platform/efi/efi.c
arch/x86/platform/efi/quirks.c [new file with mode: 0644]