[PATCH v3 4/5] efi: ia64: use common code for (U)EFI configuration scanning

2013-08-07 Thread Leif Lindholm
This patch makes ia64 use the new common code for configuration table scanning. It also removes the local definition of the global "efi" data structure. Signed-off-by: Leif Lindholm Acked-by: Tony Luck --- arch/ia64/kernel/efi.c | 54 ++-- 1 file

[PATCH v3 4/5] efi: ia64: use common code for (U)EFI configuration scanning

2013-08-07 Thread Leif Lindholm
This patch makes ia64 use the new common code for configuration table scanning. It also removes the local definition of the global efi data structure. Signed-off-by: Leif Lindholm leif.lindh...@linaro.org Acked-by: Tony Luck tony.l...@intel.com --- arch/ia64/kernel/efi.c | 54