diff options
Diffstat (limited to 'include/asm-x86/processor.h')
-rw-r--r-- | include/asm-x86/processor.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h index 0e82ad5a22a4..8b56c23f043d 100644 --- a/include/asm-x86/processor.h +++ b/include/asm-x86/processor.h | |||
@@ -22,6 +22,14 @@ static inline void *current_text_addr(void) | |||
22 | return pc; | 22 | return pc; |
23 | } | 23 | } |
24 | 24 | ||
25 | #ifdef CONFIG_X86_VSMP | ||
26 | #define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) | ||
27 | #define ARCH_MIN_MMSTRUCT_ALIGN (1 << INTERNODE_CACHE_SHIFT) | ||
28 | #else | ||
29 | #define ARCH_MIN_TASKALIGN 16 | ||
30 | #define ARCH_MIN_MMSTRUCT_ALIGN 0 | ||
31 | #endif | ||
32 | |||
25 | static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, | 33 | static inline void native_cpuid(unsigned int *eax, unsigned int *ebx, |
26 | unsigned int *ecx, unsigned int *edx) | 34 | unsigned int *ecx, unsigned int *edx) |
27 | { | 35 | { |