direct-io.hg
changeset 15101:423055a4c972
[IA64] Remove machvec_dig.h
The DIG machine vector is no longer overloaded for Xen support.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
The DIG machine vector is no longer overloaded for Xen support.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | Alex Williamson <alex.williamson@hp.com> |
---|---|
date | Mon May 07 08:56:28 2007 -0600 (2007-05-07) |
parents | fc0a9a40f151 |
children | 7c176473786b |
files | linux-2.6-xen-sparse/include/asm-ia64/machvec_dig.h |
line diff
1.1 --- a/linux-2.6-xen-sparse/include/asm-ia64/machvec_dig.h Mon May 07 08:54:56 2007 -0600 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,16 +0,0 @@ 1.4 -#ifndef _ASM_IA64_MACHVEC_DIG_h 1.5 -#define _ASM_IA64_MACHVEC_DIG_h 1.6 - 1.7 -extern ia64_mv_setup_t dig_setup; 1.8 - 1.9 -/* 1.10 - * This stuff has dual use! 1.11 - * 1.12 - * For a generic kernel, the macros are used to initialize the 1.13 - * platform's machvec structure. When compiling a non-generic kernel, 1.14 - * the macros are used directly. 1.15 - */ 1.16 -#define platform_name "dig" 1.17 -#define platform_setup dig_setup 1.18 - 1.19 -#endif /* _ASM_IA64_MACHVEC_DIG_h */