
21 Jun
2018
21 Jun
'18
5:13 p.m.
Thanks to CONFIG_SANDBOX, we can not rely on config options to tell us what CPU architecture we're running on.
The compiler however does know that, so let's just move the ifdefs over to compiler based defines rather than kconfig based options.
Signed-off-by: Alexander Graf agraf@suse.de
Thanks, applied to efi-next
Alex