aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/asm/processor.h')
-rw-r--r--arch/x86/um/asm/processor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/um/asm/processor.h b/arch/x86/um/asm/processor.h
index d3ac1cecf0f4..f34c4b2d09f3 100644
--- a/arch/x86/um/asm/processor.h
+++ b/arch/x86/um/asm/processor.h
@@ -10,6 +10,9 @@
10# include "processor_64.h" 10# include "processor_64.h"
11#endif 11#endif
12 12
13#define ARCH_IS_STACKGROW(address) \
14 (address + 65536 + 32 * sizeof(unsigned long) >= UPT_SP(&current->thread.regs.regs))
15
13#include <asm/processor-generic.h> 16#include <asm/processor-generic.h>
14 17
15#endif 18#endif