[systemd-devel] [gummiboot][PATCH 4/5] util: confine x86 asm to x86 architectures

2015-04-11 Thread Koen Kooi
Also add a stub function that just returns '1' to avoid missing symbols. Signed-off-by: Koen Kooi koen.k...@linaro.org --- src/efi/util.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/efi/util.c b/src/efi/util.c index 689bc7c..6ce1f18 100644 ---

Re: [systemd-devel] [gummiboot][PATCH 4/5] util: confine x86 asm to x86 architectures

2015-04-11 Thread David Herrmann
Hi On Sat, Apr 11, 2015 at 10:23 AM, Koen Kooi koen.k...@linaro.org wrote: Also add a stub function that just returns '1' to avoid missing symbols. Signed-off-by: Koen Kooi koen.k...@linaro.org --- src/efi/util.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git