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

Commit 876be9d8 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds
Browse files

lguest: trivial: We now have asm/processor-flags.h, so use it.

parent e5faff45
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -2,9 +2,7 @@
#include <linux/lguest.h>
#include <linux/lguest.h>
#include <asm/asm-offsets.h>
#include <asm/asm-offsets.h>
#include <asm/thread_info.h>
#include <asm/thread_info.h>

#include <asm/processor-flags.h>
/* FIXME: Once asm/processor-flags.h goes in, include that */
#define X86_EFLAGS_IF 0x00000200


/*
/*
 * This is where we begin: we have a magic signature which the launcher looks
 * This is where we begin: we have a magic signature which the launcher looks