ftrace: remove unneeded documentation
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-ia64 / machvec_uv.h
blob2931447f3813c2cf34c469614923a84b70dfcb22
1 /*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
6 * SGI UV Core Functions
8 * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved.
9 */
11 #ifndef _ASM_IA64_MACHVEC_UV_H
12 #define _ASM_IA64_MACHVEC_UV_H
14 extern ia64_mv_setup_t uv_setup;
17 * This stuff has dual use!
19 * For a generic kernel, the macros are used to initialize the
20 * platform's machvec structure. When compiling a non-generic kernel,
21 * the macros are used directly.
23 #define platform_name "uv"
24 #define platform_setup uv_setup
26 #endif /* _ASM_IA64_MACHVEC_UV_H */