From b86edec09bda8afb2be484d21e9f62367f69ec0b Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 8 Aug 2010 20:00:40 +0000 Subject: add missing 2.6.35 config symbols SVN-Revision: 22539 --- target/linux/generic/config-2.6.25 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/generic') diff --git a/target/linux/generic/config-2.6.25 b/target/linux/generic/config-2.6.25 index 2e072205e5c..75b5d65b12f 100644 --- a/target/linux/generic/config-2.6.25 +++ b/target/linux/generic/config-2.6.25 @@ -331,6 +331,7 @@ CONFIG_CROSSCOMPILE=y # CONFIG_CRYPTO_XCBC is not set # CONFIG_CRYPTO_XTS is not set CONFIG_CRYPTO=y +# CONFIG_CS5535_MFGPT is not set # CONFIG_DAB is not set # CONFIG_DAVICOM_PHY is not set # CONFIG_DEBUG_BUGVERBOSE is not set @@ -1202,6 +1203,7 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PCF8575 is not set # CONFIG_PCI is not set # CONFIG_PCI_ATMEL is not set +# CONFIG_PCI_CNB20LE_QUIRK is not set # CONFIG_PCI_HERMES is not set # CONFIG_PCI_LEGACY is not set # CONFIG_PCI_MSI is not set @@ -1984,6 +1986,7 @@ CONFIG_VIRT_TO_BUS=y # CONFIG_VITESSE_PHY is not set CONFIG_VLAN_8021Q=y # CONFIG_VM_EVENT_COUNTERS is not set +# CONFIG_VMWARE_BALLOON is not set # CONFIG_VT is not set # CONFIG_VXFS_FS is not set # CONFIG_W1 is not set -- cgit v1.2.3 e='staging-4.2'>staging-4.2 xenJames
aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/extable.c
blob: da822d34affa41403dc1173d5040bf5b2a335b93 (plain)
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