aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ch.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/ch.c')
-rw-r--r--drivers/scsi/ch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/ch.c b/drivers/scsi/ch.c
index 0920220f3313..4299fabca554 100644
--- a/drivers/scsi/ch.c
+++ b/drivers/scsi/ch.c
@@ -20,7 +20,6 @@
20#include <linux/interrupt.h> 20#include <linux/interrupt.h>
21#include <linux/blkdev.h> 21#include <linux/blkdev.h>
22#include <linux/completion.h> 22#include <linux/completion.h>
23#include <linux/ioctl32.h>
24#include <linux/compat.h> 23#include <linux/compat.h>
25#include <linux/chio.h> /* here are all the ioctls */ 24#include <linux/chio.h> /* here are all the ioctls */
26 25
cgit.cgi/litmus-rt.git/commit/drivers/md/raid6algos.c?h=wip-shared-lib2&id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2'>1da177e4c3f4
f701d589aa34
1da177e4c3f4
1da177e4c3f4
1da177e4c3f4



ca5cd877ae69
1da177e4c3f4





2c935842bdb4



1da177e4c3f4
ca5cd877ae69
1da177e4c3f4


2c935842bdb4




1da177e4c3f4






ae77cbc1e7b9


96e67703e71f



7d11965ddb9b





1da177e4c3f4


048a8b8c89dc







7056741fd9fc


048a8b8c89dc





1da177e4c3f4




f701d589aa34
1da177e4c3f4

96e67703e71f
048a8b8c89dc















048a8b8c89dc
96e67703e71f

1da177e4c3f4
96e67703e71f

1da177e4c3f4
96e67703e71f


1da177e4c3f4
96e67703e71f



1da177e4c3f4
1da177e4c3f4



96e67703e71f
1da177e4c3f4
62b0559aad5c

96e67703e71f
1da177e4c3f4



96e67703e71f
1da177e4c3f4
96e67703e71f
1da177e4c3f4





a5d6839b75ca
1da177e4c3f4


a5d6839b75ca

1da177e4c3f4

96e67703e71f
































1da177e4c3f4
048a8b8c89dc
96e67703e71f


048a8b8c89dc
96e67703e71f
1da177e4c3f4
f701d589aa34








0efb9e6191e1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223






                                                                            
                                                                   




                                                                             
                



                                                    
                          

                     
                  
     
                         
                      




                                                                          


                              
                              
 
                                                  



                      
                                              





                      



                      
      
                                                


                      




                      






                        


                          



                     





                              


            







                                                                       


                          





                           




                                              
                                     

      
                                                                      















                                                                           
 

                    
 

                                                                   
 


                                              
 



                                                                            
 



                                          
                                                    
                                            

                                                                                
                                                                                



                                         
                                              
                                                
                                             





                                                                            
                   


                                                                        

                                   

                                                               
































                                                                        
 
                                           


                                                
 
                                                  
 








                                   
                                                    
/* -*- linux-c -*- ------------------------------------------------------- *
 *
 *   Copyright 2002 H. Peter Anvin - All Rights Reserved
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation, Inc., 53 Temple Place Ste 330,
 *   Boston MA 02111-1307, USA; either version 2 of the License, or
 *   (at your option) any later version; incorporated herein by reference.
 *
 * ----------------------------------------------------------------------- */

/*
 * raid6/algos.c
 *
 * Algorithm list and algorithm selection for RAID-6
 */

#include <linux/raid/pq.h>
#ifndef __KERNEL__
#include <sys/mman.h>
#include <stdio.h>
#else
#include <linux/module.h>
#include <linux/gfp.h>
#if !RAID6_USE_EMPTY_ZERO_PAGE
/* In .bss so it's zeroed */
const char raid6_empty_zero_page[PAGE_SIZE] __attribute__((aligned(256)));
EXPORT_SYMBOL(raid6_empty_zero_page);
#endif
#endif

struct raid6_calls raid6_call;
EXPORT_SYMBOL_GPL(raid6_call);

const struct raid6_calls * const raid6_algos[] = {
#if defined(__ia64__)
	&raid6_intx16,
	&raid6_intx32,
#endif
#if defined(__i386__) && !defined(__arch_um__)
	&raid6_mmxx1,
	&raid6_mmxx2,
	&raid6_sse1x1,
	&raid6_sse1x2,
	&raid6_sse2x1,
	&raid6_sse2x2,
#ifdef CONFIG_AS_AVX2
	&raid6_avx2x1,
	&raid6_avx2x2,