Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a39c7fe authored by Matthias Maennich's avatar Matthias Maennich
Browse files

Revert "ANDROID: x86: Remove a useless warning message"



This reverts commit 1f1098e0.

Signed-off-by: default avatarMatthias Maennich <maennich@google.com>
parent 64923894
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -154,6 +154,9 @@ extern void clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int bit);
 * Workaround for the sake of BPF compilation which utilizes kernel
 * headers, but clang does not support ASM GOTO and fails the build.
 */
#ifndef __BPF_TRACING__
#warning "Compiler lacks ASM_GOTO support. Add -D __BPF_TRACING__ to your compiler arguments"
#endif

#define static_cpu_has(bit)            boot_cpu_has(bit)