]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.22-alpha-kmap_types.patch
- ported from linux-2.4.25-atmdd.patch
[packages/kernel.git] / linux-2.4.22-alpha-kmap_types.patch
1 diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.22/include/asm-alpha/kmap_types.h linux-2.4.23-pre3/include/asm-alpha/kmap_types.h
2 --- linux-2.4.22/include/asm-alpha/kmap_types.h 1970-01-01 00:00:00.000000000 +0000
3 +++ linux-2.4.23-pre3/include/asm-alpha/kmap_types.h    2003-09-03 20:34:21.000000000 +0000
4 @@ -0,0 +1,18 @@
5 +#ifdef __KERNEL__
6 +#ifndef _ASM_KMAP_TYPES_H
7 +#define _ASM_KMAP_TYPES_H
8 +
9 +enum km_type {
10 +       KM_BOUNCE_READ,
11 +       KM_SKB_SUNRPC_DATA,
12 +       KM_SKB_DATA_SOFTIRQ,
13 +       KM_USER0,
14 +       KM_USER1,
15 +       KM_BH_IRQ,
16 +       KM_SOFTIRQ0,
17 +       KM_SOFTIRQ1,
18 +       KM_TYPE_NR
19 +};
20 +
21 +#endif
22 +#endif /* __KERNEL__ */
This page took 0.031793 seconds and 3 git commands to generate.