Merge branch 'linus' into x86/uv

This commit is contained in:
Ingo Molnar
2008-11-20 09:02:39 +01:00
1834 changed files with 35992 additions and 17685 deletions

View File

@@ -19,7 +19,11 @@
#include <asm/system.h>
#include <asm/sn/arch.h> /* defines is_shub1() and is_shub2() */
#define is_shub() ia64_platform_is("sn2")
#ifdef CONFIG_IA64_SGI_UV
#define is_uv() ia64_platform_is("uv")
#else
#define is_uv() 0
#endif
#endif
#ifdef CONFIG_X86_64
#include <asm/genapic.h>