diff options
Diffstat (limited to 'include/asm-ia64/machvec_sn2.h')
-rw-r--r-- | include/asm-ia64/machvec_sn2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-ia64/machvec_sn2.h b/include/asm-ia64/machvec_sn2.h index e1b6cd63f49e..6f0021bb3874 100644 --- a/include/asm-ia64/machvec_sn2.h +++ b/include/asm-ia64/machvec_sn2.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved. | 2 | * Copyright (c) 2002-2003,2006 Silicon Graphics, Inc. All Rights Reserved. |
3 | * | 3 | * |
4 | * This program is free software; you can redistribute it and/or modify it | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | * under the terms of version 2 of the GNU General Public License | 5 | * under the terms of version 2 of the GNU General Public License |
@@ -71,6 +71,7 @@ extern ia64_mv_dma_sync_single_for_device sn_dma_sync_single_for_device; | |||
71 | extern ia64_mv_dma_sync_sg_for_device sn_dma_sync_sg_for_device; | 71 | extern ia64_mv_dma_sync_sg_for_device sn_dma_sync_sg_for_device; |
72 | extern ia64_mv_dma_mapping_error sn_dma_mapping_error; | 72 | extern ia64_mv_dma_mapping_error sn_dma_mapping_error; |
73 | extern ia64_mv_dma_supported sn_dma_supported; | 73 | extern ia64_mv_dma_supported sn_dma_supported; |
74 | extern ia64_mv_migrate_t sn_migrate; | ||
74 | 75 | ||
75 | /* | 76 | /* |
76 | * This stuff has dual use! | 77 | * This stuff has dual use! |
@@ -120,6 +121,7 @@ extern ia64_mv_dma_supported sn_dma_supported; | |||
120 | #define platform_dma_sync_sg_for_device sn_dma_sync_sg_for_device | 121 | #define platform_dma_sync_sg_for_device sn_dma_sync_sg_for_device |
121 | #define platform_dma_mapping_error sn_dma_mapping_error | 122 | #define platform_dma_mapping_error sn_dma_mapping_error |
122 | #define platform_dma_supported sn_dma_supported | 123 | #define platform_dma_supported sn_dma_supported |
124 | #define platform_migrate sn_migrate | ||
123 | 125 | ||
124 | #include <asm/sn/io.h> | 126 | #include <asm/sn/io.h> |
125 | 127 | ||