From: Matt Fleming Date: Mon, 25 Mar 2013 09:14:30 +0000 (+0000) Subject: x86, efivars: firmware bug workarounds should be in platform code X-Git-Tag: v3.9-rc8~4^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e4d5a03e9e3587e88aba687d8f225f4f04c792;p=pandora-kernel.git x86, efivars: firmware bug workarounds should be in platform code Let's not burden ia64 with checks in the common efivars code that we're not writing too much data to the variable store. That kind of thing is an x86 firmware bug, plain and simple. efi_query_variable_store() provides platforms with a wrapper in which they can perform checks and workarounds for EFI variable storage bugs. Cc: H. Peter Anvin Cc: Matthew Garrett Signed-off-by: Matt Fleming --- Reading git-diff-tree failed