1./kernel/spinlock.c: * even on CONFIG_PREEMPT, because lockdep assumes that interrupts are
2./kernel/spinlock.c:#if !defined(CONFIG_PREEMPT) || !defined(CONFIG_SMP) || \
3./kernel/spinlock.c:#else /* CONFIG_PREEMPT: */
4./kernel/spinlock.c:#endif /* CONFIG_PREEMPT */
5./kernel/sched.c:#ifdef CONFIG_PREEMPT_NOTIFIERS
6./kernel/sched.c:#ifdef CONFIG_PREEMPT
7./kernel/sched.c:#ifdef CONFIG_PREEMPT_NOTIFIERS
8./kernel/sched.c:#if defined(CONFIG_PREEMPT) && defined(CONFIG_DEBUG_PREEMPT)
9./kernel/sched.c:#ifdef CONFIG_PREEMPT
10./kernel/sched.c:#ifdef CONFIG_PREEMPT_BKL
11./kernel/sched.c:#ifdef CONFIG_PREEMPT_BKL
12./kernel/sched.c:#ifdef CONFIG_PREEMPT_BKL
13./kernel/sched.c:#ifdef CONFIG_PREEMPT_BKL
14./kernel/sched.c:#ifdef CONFIG_PREEMPT_BKL
15./kernel/sched.c:#ifdef CONFIG_PREEMPT_BKL
16./kernel/sched.c:#endif /* CONFIG_PREEMPT */
17./kernel/sched.c: * This works OK both with and without CONFIG_PREEMPT. We do strange low-level
18./kernel/sched.c:#if defined(CONFIG_PREEMPT) && !defined(CONFIG_PREEMPT_BKL)
19./kernel/sched.c:#ifdef CONFIG_PREEMPT_NOTIFIERS
20./kernel/kprobes.c:#if defined(CONFIG_PREEMPT) && defined(CONFIG_PM)
21./kernel/kprobes.c:#ifdef CONFIG_PREEMPT
22./init/Makefile:	"$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CONFIG_PREEMPT)" "$(CC) $(CFLAGS)"
23./net/dccp/ccid.c:#if defined(CONFIG_SMP) || defined(CONFIG_PREEMPT)
24./include/asm-cris/arch-v32/system.h:#ifdef CONFIG_PREEMPT
25./include/asm-cris/arch-v32/spinlock.h:#ifdef CONFIG_PREEMPT
26./include/linux/smp_lock.h:#if defined(CONFIG_SMP) && !defined(CONFIG_PREEMPT_BKL)
27./include/linux/hardirq.h:#if defined(CONFIG_PREEMPT) && !defined(CONFIG_PREEMPT_BKL)
28./include/linux/hardirq.h:#ifdef CONFIG_PREEMPT
29./include/linux/hardirq.h:#ifdef CONFIG_PREEMPT
30./include/linux/srcu.h:#ifndef CONFIG_PREEMPT
31./include/linux/srcu.h:#else /* #ifndef CONFIG_PREEMPT */
32./include/linux/srcu.h:#endif /* #else #ifndef CONFIG_PREEMPT */
33./include/linux/rcupdate.h:#ifdef CONFIG_PREEMPT
34./include/linux/preempt.h:#ifdef CONFIG_PREEMPT
35./include/linux/spinlock_api_up.h:#ifdef CONFIG_PREEMPT
36./include/linux/spinlock_api_up.h:#else /* CONFIG_PREEMPT */
37./include/linux/spinlock_api_up.h:#ifdef  CONFIG_PREEMPT
38./include/linux/vermagic.h:#ifdef CONFIG_PREEMPT
39./include/linux/fs.h:#elif BITS_PER_LONG==32 && defined(CONFIG_PREEMPT)
40./include/linux/fs.h:#elif BITS_PER_LONG==32 && defined(CONFIG_PREEMPT)
41./include/linux/autoconf.h:#define CONFIG_PREEMPT_NONE 1
42./include/linux/config.h:#define CONFIG_PREEMPT_NONE 1
43./include/linux/spinlock_types.h:#if defined(CONFIG_PREEMPT) && defined(CONFIG_SMP)
44./include/linux/spinlock_types.h:#if defined(CONFIG_PREEMPT) && defined(CONFIG_SMP)
45./include/linux/bit_spinlock.h:#elif defined CONFIG_PREEMPT
46./include/linux/kernel.h:#ifdef CONFIG_PREEMPT_VOLUNTARY
47./include/linux/spinlock.h: * regardless of whether CONFIG_SMP or CONFIG_PREEMPT are set. The various
48./include/linux/spinlock.h:#if defined(CONFIG_DEBUG_SPINLOCK) || defined(CONFIG_PREEMPT) || !defined(CONFIG_SMP)
49./include/linux/sched.h:#ifdef CONFIG_PREEMPT_NOTIFIERS
50./include/linux/sched.h:#if defined(CONFIG_PREEMPT) && defined(CONFIG_SMP)
51./include/config/auto.conf:CONFIG_PREEMPT_NONE=y
52./include/asm-ppc/highmem.h:	/* even !CONFIG_PREEMPT needs this, for in_atomic in do_page_fault */
53./scripts/Makefile.modpost:#     - PREEMPT is CONFIG_PREEMPT
54./.config:CONFIG_PREEMPT_NONE=y
55./.config:# CONFIG_PREEMPT_VOLUNTARY is not set
56./.config:# CONFIG_PREEMPT is not set
57./.config_WNDR4500v2:CONFIG_PREEMPT_NONE=y
58./.config_WNDR4500v2:# CONFIG_PREEMPT_VOLUNTARY is not set
59./.config_WNDR4500v2:# CONFIG_PREEMPT is not set
60./.config.old:CONFIG_PREEMPT_NONE=y
61./.config.old:# CONFIG_PREEMPT_VOLUNTARY is not set
62./.config.old:# CONFIG_PREEMPT is not set
63./lib/kernel_lock.c:#ifdef CONFIG_PREEMPT_BKL
64./lib/kernel_lock.c:#ifdef CONFIG_PREEMPT
65./Documentation/DocBook/kernel-locking.tmpl:      without <symbol>CONFIG_PREEMPT</symbol> spinlocks do not exist at
66./Documentation/DocBook/kernel-locking.tmpl:      but <symbol>CONFIG_PREEMPT</symbol> is set, then spinlocks
67./Documentation/DocBook/kernel-locking.tmpl:      and <symbol>CONFIG_PREEMPT</symbol> enabled, even if you don't have an SMP test box, because it
68./Documentation/DocBook/kernel-locking.tmpl:        Prior to 2.5, or when <symbol>CONFIG_PREEMPT</symbol> is
69./Documentation/DocBook/kernel-locking.tmpl:        <symbol>CONFIG_PREEMPT</symbol> in 2.5.4, this changed: when
70./Documentation/RCU/RTFP.txt:	for the CONFIG_PREEMPT_RT environment.
71./Documentation/RCU/whatisRCU.txt:	kernels built with CONFIG_PREEMPT_RCU can preempt RCU read-side
72./Documentation/RCU/whatisRCU.txt:on features such as hotplug CPU and the ability to run in CONFIG_PREEMPT
73./Documentation/RCU/whatisRCU.txt:		that of CONFIG_PREEMPT_RT, where all normal spinlocks
74./Documentation/RCU/whatisRCU.txt:Answer:		Imagine a single-CPU system with a non-CONFIG_PREEMPT
75./Documentation/SubmitChecklist:12: Has been tested with CONFIG_PREEMPT, CONFIG_DEBUG_PREEMPT,
76./Documentation/SubmitChecklist:    CONFIG_PREEMPT.
77./Documentation/kprobes.txt:set to a default value.  If CONFIG_PREEMPT is enabled, the default
78./Documentation/rt-mutex-design.txt:           CONFIG_PREEMPT is enabled) and on SMP prevents multiple CPUs from
79./.config_R4500:CONFIG_PREEMPT_NONE=y
80./.config_R4500:# CONFIG_PREEMPT_VOLUNTARY is not set
81./.config_R4500:# CONFIG_PREEMPT is not set
82./arch/powerpc/kernel/entry_64.S:#ifdef CONFIG_PREEMPT
83./arch/powerpc/kernel/entry_64.S:#else /* !CONFIG_PREEMPT */
84./arch/powerpc/kernel/entry_64.S:#ifdef CONFIG_PREEMPT
85./arch/powerpc/kernel/traps.c:#ifdef CONFIG_PREEMPT
86./arch/powerpc/kernel/entry_32.S:#ifdef CONFIG_PREEMPT
87./arch/powerpc/kernel/entry_32.S:#endif /* CONFIG_PREEMPT */
88./arch/powerpc/configs/mpc832x_rdb_defconfig:CONFIG_PREEMPT_NONE=y
89./arch/powerpc/configs/mpc832x_rdb_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
90./arch/powerpc/configs/mpc832x_rdb_defconfig:# CONFIG_PREEMPT is not set
91./arch/powerpc/configs/pseries_defconfig:CONFIG_PREEMPT_NONE=y
92./arch/powerpc/configs/pseries_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
93./arch/powerpc/configs/pseries_defconfig:# CONFIG_PREEMPT is not set
94./arch/powerpc/configs/pseries_defconfig:# CONFIG_PREEMPT_BKL is not set
95./arch/powerpc/configs/holly_defconfig:CONFIG_PREEMPT_NONE=y
96./arch/powerpc/configs/holly_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
97./arch/powerpc/configs/holly_defconfig:# CONFIG_PREEMPT is not set
98./arch/powerpc/configs/mpc834x_itxgp_defconfig:CONFIG_PREEMPT_NONE=y
99./arch/powerpc/configs/mpc834x_itxgp_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
100./arch/powerpc/configs/mpc834x_itxgp_defconfig:# CONFIG_PREEMPT is not set
101./arch/powerpc/configs/g5_defconfig:CONFIG_PREEMPT_NONE=y
102./arch/powerpc/configs/g5_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
103./arch/powerpc/configs/g5_defconfig:# CONFIG_PREEMPT is not set
104./arch/powerpc/configs/g5_defconfig:# CONFIG_PREEMPT_BKL is not set
105./arch/powerpc/configs/mpc8568mds_defconfig:CONFIG_PREEMPT_NONE=y
106./arch/powerpc/configs/mpc8568mds_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
107./arch/powerpc/configs/mpc8568mds_defconfig:# CONFIG_PREEMPT is not set
108./arch/powerpc/configs/pasemi_defconfig:CONFIG_PREEMPT_NONE=y
109./arch/powerpc/configs/pasemi_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
110./arch/powerpc/configs/pasemi_defconfig:# CONFIG_PREEMPT is not set
111./arch/powerpc/configs/pasemi_defconfig:CONFIG_PREEMPT_BKL=y
112./arch/powerpc/configs/mpc8544_ds_defconfig:CONFIG_PREEMPT_NONE=y
113./arch/powerpc/configs/mpc8544_ds_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
114./arch/powerpc/configs/mpc8544_ds_defconfig:# CONFIG_PREEMPT is not set
115./arch/powerpc/configs/ppc64_defconfig:CONFIG_PREEMPT_NONE=y
116./arch/powerpc/configs/ppc64_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
117./arch/powerpc/configs/ppc64_defconfig:# CONFIG_PREEMPT is not set
118./arch/powerpc/configs/ppc64_defconfig:# CONFIG_PREEMPT_BKL is not set
119./arch/powerpc/configs/mpc866_ads_defconfig:CONFIG_PREEMPT_NONE=y
120./arch/powerpc/configs/mpc866_ads_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
121./arch/powerpc/configs/mpc866_ads_defconfig:# CONFIG_PREEMPT is not set
122./arch/powerpc/configs/mpc834x_itx_defconfig:CONFIG_PREEMPT_NONE=y
123./arch/powerpc/configs/mpc834x_itx_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
124./arch/powerpc/configs/mpc834x_itx_defconfig:# CONFIG_PREEMPT is not set
125./arch/powerpc/configs/mpc8641_hpcn_defconfig:CONFIG_PREEMPT_NONE=y
126./arch/powerpc/configs/mpc8641_hpcn_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
127./arch/powerpc/configs/mpc8641_hpcn_defconfig:# CONFIG_PREEMPT is not set
128./arch/powerpc/configs/mpc8641_hpcn_defconfig:CONFIG_PREEMPT_BKL=y
129./arch/powerpc/configs/maple_defconfig:CONFIG_PREEMPT_NONE=y
130./arch/powerpc/configs/maple_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
131./arch/powerpc/configs/maple_defconfig:# CONFIG_PREEMPT is not set
132./arch/powerpc/configs/maple_defconfig:# CONFIG_PREEMPT_BKL is not set
133./arch/powerpc/configs/lite5200_defconfig:CONFIG_PREEMPT_NONE=y
134./arch/powerpc/configs/lite5200_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
135./arch/powerpc/configs/lite5200_defconfig:# CONFIG_PREEMPT is not set
136./arch/powerpc/configs/mpc832x_mds_defconfig:CONFIG_PREEMPT_NONE=y
137./arch/powerpc/configs/mpc832x_mds_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
138./arch/powerpc/configs/mpc832x_mds_defconfig:# CONFIG_PREEMPT is not set
139./arch/powerpc/configs/mpc8560_ads_defconfig:CONFIG_PREEMPT_NONE=y
140./arch/powerpc/configs/mpc8560_ads_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
141./arch/powerpc/configs/mpc8560_ads_defconfig:# CONFIG_PREEMPT is not set
142./arch/powerpc/configs/mpc85xx_cds_defconfig:CONFIG_PREEMPT_NONE=y
143./arch/powerpc/configs/mpc85xx_cds_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
144./arch/powerpc/configs/mpc85xx_cds_defconfig:# CONFIG_PREEMPT is not set
145./arch/powerpc/configs/celleb_defconfig:CONFIG_PREEMPT_NONE=y
146./arch/powerpc/configs/celleb_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
147./arch/powerpc/configs/celleb_defconfig:# CONFIG_PREEMPT is not set
148./arch/powerpc/configs/celleb_defconfig:CONFIG_PREEMPT_BKL=y
149./arch/powerpc/configs/mpc834x_mds_defconfig:CONFIG_PREEMPT_NONE=y
150./arch/powerpc/configs/mpc834x_mds_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
151./arch/powerpc/configs/mpc834x_mds_defconfig:# CONFIG_PREEMPT is not set
152./arch/powerpc/configs/iseries_defconfig:CONFIG_PREEMPT_NONE=y
153./arch/powerpc/configs/iseries_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
154./arch/powerpc/configs/iseries_defconfig:# CONFIG_PREEMPT is not set
155./arch/powerpc/configs/iseries_defconfig:# CONFIG_PREEMPT_BKL is not set
156./arch/powerpc/configs/mpc8313_rdb_defconfig:CONFIG_PREEMPT_NONE=y
157./arch/powerpc/configs/mpc8313_rdb_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
158./arch/powerpc/configs/mpc8313_rdb_defconfig:# CONFIG_PREEMPT is not set
159./arch/powerpc/configs/linkstation_defconfig:CONFIG_PREEMPT_NONE=y
160./arch/powerpc/configs/linkstation_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
161./arch/powerpc/configs/linkstation_defconfig:# CONFIG_PREEMPT is not set
162./arch/powerpc/configs/ebony_defconfig:CONFIG_PREEMPT_NONE=y
163./arch/powerpc/configs/ebony_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
164./arch/powerpc/configs/ebony_defconfig:# CONFIG_PREEMPT is not set
165./arch/powerpc/configs/chrp32_defconfig:CONFIG_PREEMPT_NONE=y
166./arch/powerpc/configs/chrp32_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
167./arch/powerpc/configs/chrp32_defconfig:# CONFIG_PREEMPT is not set
168./arch/powerpc/configs/chrp32_defconfig:CONFIG_PREEMPT_BKL=y
169./arch/powerpc/configs/pmac32_defconfig:CONFIG_PREEMPT_NONE=y
170./arch/powerpc/configs/pmac32_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
171./arch/powerpc/configs/pmac32_defconfig:# CONFIG_PREEMPT is not set
172./arch/powerpc/configs/prpmc2800_defconfig:CONFIG_PREEMPT_NONE=y
173./arch/powerpc/configs/prpmc2800_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
174./arch/powerpc/configs/prpmc2800_defconfig:# CONFIG_PREEMPT is not set
175./arch/powerpc/configs/mpc7448_hpc2_defconfig:CONFIG_PREEMPT_NONE=y
176./arch/powerpc/configs/mpc7448_hpc2_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
177./arch/powerpc/configs/mpc7448_hpc2_defconfig:# CONFIG_PREEMPT is not set
178./arch/powerpc/configs/mpc8272_ads_defconfig:CONFIG_PREEMPT_NONE=y
179./arch/powerpc/configs/mpc8272_ads_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
180./arch/powerpc/configs/mpc8272_ads_defconfig:# CONFIG_PREEMPT is not set
181./arch/powerpc/configs/mpc8540_ads_defconfig:CONFIG_PREEMPT_NONE=y
182./arch/powerpc/configs/mpc8540_ads_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
183./arch/powerpc/configs/mpc8540_ads_defconfig:# CONFIG_PREEMPT is not set
184./arch/powerpc/configs/mpc836x_mds_defconfig:CONFIG_PREEMPT_NONE=y
185./arch/powerpc/configs/mpc836x_mds_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
186./arch/powerpc/configs/mpc836x_mds_defconfig:# CONFIG_PREEMPT is not set
187./arch/powerpc/configs/cell_defconfig:CONFIG_PREEMPT_NONE=y
188./arch/powerpc/configs/cell_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
189./arch/powerpc/configs/cell_defconfig:# CONFIG_PREEMPT is not set
190./arch/powerpc/configs/cell_defconfig:CONFIG_PREEMPT_BKL=y
191./arch/powerpc/configs/mpc885_ads_defconfig:CONFIG_PREEMPT_NONE=y
192./arch/powerpc/configs/mpc885_ads_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
193./arch/powerpc/configs/mpc885_ads_defconfig:# CONFIG_PREEMPT is not set
194./arch/powerpc/configs/ps3_defconfig:CONFIG_PREEMPT_NONE=y
195./arch/powerpc/configs/ps3_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
196./arch/powerpc/configs/ps3_defconfig:# CONFIG_PREEMPT is not set
197./arch/powerpc/configs/ps3_defconfig:# CONFIG_PREEMPT_BKL is not set
198./arch/ia64/kernel/entry.S:	 * With CONFIG_PREEMPT, we also check for extra work when the preempt_count
199./arch/ia64/kernel/entry.S:#ifdef CONFIG_PREEMPT
200./arch/ia64/kernel/entry.S:#else /* !CONFIG_PREEMPT */
201./arch/ia64/kernel/entry.S:	 * With CONFIG_PREEMPT, we also check for extra work when the preempt_count
202./arch/ia64/kernel/entry.S:#ifdef CONFIG_PREEMPT
203./arch/ia64/kernel/entry.S:	 *	r20 = &current->thread_info->pre_count (if CONFIG_PREEMPT)
204./arch/ia64/kernel/entry.S:#ifdef CONFIG_PREEMPT
205./arch/ia64/kernel/entry.S:#ifdef CONFIG_PREEMPT
206./arch/ia64/defconfig:# CONFIG_PREEMPT is not set
207./arch/ia64/configs/sn2_defconfig:CONFIG_PREEMPT=y
208./arch/ia64/configs/zx1_defconfig:# CONFIG_PREEMPT is not set
209./arch/ia64/configs/sim_defconfig:CONFIG_PREEMPT=y
210./arch/ia64/configs/gensparse_defconfig:# CONFIG_PREEMPT is not set
211./arch/ia64/configs/bigsur_defconfig:CONFIG_PREEMPT=y
212./arch/ia64/configs/tiger_defconfig:# CONFIG_PREEMPT is not set
213./arch/x86_64/kernel/traps.c:#ifdef CONFIG_PREEMPT
214./arch/x86_64/kernel/entry.S:#ifndef CONFIG_PREEMPT
215./arch/x86_64/kernel/entry.S:#ifdef CONFIG_PREEMPT
216./arch/x86_64/defconfig:# CONFIG_PREEMPT_NONE is not set
217./arch/x86_64/defconfig:CONFIG_PREEMPT_VOLUNTARY=y
218./arch/x86_64/defconfig:# CONFIG_PREEMPT is not set
219./arch/x86_64/defconfig:CONFIG_PREEMPT_BKL=y
220./arch/frv/kernel/entry.S:#ifdef CONFIG_PREEMPT
221./arch/blackfin/configs/BF533-STAMP_defconfig:# CONFIG_PREEMPT_NONE is not set
222./arch/blackfin/configs/BF533-STAMP_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
223./arch/blackfin/configs/BF533-STAMP_defconfig:# CONFIG_PREEMPT is not set
224./arch/blackfin/configs/BF533-EZKIT_defconfig:# CONFIG_PREEMPT_NONE is not set
225./arch/blackfin/configs/BF533-EZKIT_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
226./arch/blackfin/configs/BF533-EZKIT_defconfig:# CONFIG_PREEMPT is not set
227./arch/blackfin/configs/BF537-STAMP_defconfig:# CONFIG_PREEMPT_NONE is not set
228./arch/blackfin/configs/BF537-STAMP_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
229./arch/blackfin/configs/BF537-STAMP_defconfig:# CONFIG_PREEMPT is not set
230./arch/blackfin/configs/PNAV-10_defconfig:# CONFIG_PREEMPT_NONE is not set
231./arch/blackfin/configs/PNAV-10_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
232./arch/blackfin/configs/PNAV-10_defconfig:# CONFIG_PREEMPT is not set
233./arch/blackfin/configs/BF561-EZKIT_defconfig:# CONFIG_PREEMPT_NONE is not set
234./arch/blackfin/configs/BF561-EZKIT_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
235./arch/blackfin/configs/BF561-EZKIT_defconfig:# CONFIG_PREEMPT is not set
236./arch/sh/kernel/entry-common.S:#if defined(CONFIG_PREEMPT)
237./arch/sh/kernel/entry-common.S:#ifdef CONFIG_PREEMPT
238./arch/sh/kernel/entry-common.S:#ifndef CONFIG_PREEMPT
239./arch/sh/kernel/signal.c:#ifdef CONFIG_PREEMPT
240./arch/sh/kernel/signal.c:#ifdef CONFIG_PREEMPT
241./arch/sh/kernel/process.c:#ifdef CONFIG_PREEMPT
242./arch/sh/configs/sh7710voipgw_defconfig:CONFIG_PREEMPT_NONE=y
243./arch/sh/configs/sh7710voipgw_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
244./arch/sh/configs/sh7710voipgw_defconfig:# CONFIG_PREEMPT is not set
245./arch/sh/configs/r7785rp_defconfig:# CONFIG_PREEMPT_NONE is not set
246./arch/sh/configs/r7785rp_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
247./arch/sh/configs/r7785rp_defconfig:CONFIG_PREEMPT=y
248./arch/sh/configs/r7785rp_defconfig:CONFIG_PREEMPT_BKL=y
249./arch/sh/configs/microdev_defconfig:# CONFIG_PREEMPT_NONE is not set
250./arch/sh/configs/microdev_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
251./arch/sh/configs/microdev_defconfig:CONFIG_PREEMPT=y
252./arch/sh/configs/microdev_defconfig:CONFIG_PREEMPT_BKL=y
253./arch/sh/configs/se7619_defconfig:CONFIG_PREEMPT_NONE=y
254./arch/sh/configs/se7619_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
255./arch/sh/configs/se7619_defconfig:# CONFIG_PREEMPT is not set
256./arch/sh/configs/shmin_defconfig:CONFIG_PREEMPT_NONE=y
257./arch/sh/configs/shmin_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
258./arch/sh/configs/shmin_defconfig:# CONFIG_PREEMPT is not set
259./arch/sh/configs/se7750_defconfig:CONFIG_PREEMPT_NONE=y
260./arch/sh/configs/se7750_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
261./arch/sh/configs/se7750_defconfig:# CONFIG_PREEMPT is not set
262./arch/sh/configs/se7705_defconfig:# CONFIG_PREEMPT_NONE is not set
263./arch/sh/configs/se7705_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
264./arch/sh/configs/se7705_defconfig:CONFIG_PREEMPT=y
265./arch/sh/configs/se7705_defconfig:CONFIG_PREEMPT_BKL=y
266./arch/sh/configs/se7343_defconfig:CONFIG_PREEMPT_NONE=y
267./arch/sh/configs/se7343_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
268./arch/sh/configs/se7343_defconfig:# CONFIG_PREEMPT is not set
269./arch/sh/configs/systemh_defconfig:# CONFIG_PREEMPT_NONE is not set
270./arch/sh/configs/systemh_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
271./arch/sh/configs/systemh_defconfig:CONFIG_PREEMPT=y
272./arch/sh/configs/systemh_defconfig:CONFIG_PREEMPT_BKL=y
273./arch/sh/configs/hp6xx_defconfig:CONFIG_PREEMPT_NONE=y
274./arch/sh/configs/hp6xx_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
275./arch/sh/configs/hp6xx_defconfig:# CONFIG_PREEMPT is not set
276./arch/sh/configs/se7300_defconfig:CONFIG_PREEMPT_NONE=y
277./arch/sh/configs/se7300_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
278./arch/sh/configs/se7300_defconfig:# CONFIG_PREEMPT is not set
279./arch/sh/configs/lboxre2_defconfig:CONFIG_PREEMPT_NONE=y
280./arch/sh/configs/lboxre2_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
281./arch/sh/configs/lboxre2_defconfig:# CONFIG_PREEMPT is not set
282./arch/sh/configs/se7751_defconfig:CONFIG_PREEMPT_NONE=y
283./arch/sh/configs/se7751_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
284./arch/sh/configs/se7751_defconfig:# CONFIG_PREEMPT is not set
285./arch/sh/configs/titan_defconfig:# CONFIG_PREEMPT_NONE is not set
286./arch/sh/configs/titan_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
287./arch/sh/configs/titan_defconfig:# CONFIG_PREEMPT is not set
288./arch/sh/configs/dreamcast_defconfig:# CONFIG_PREEMPT_NONE is not set
289./arch/sh/configs/dreamcast_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
290./arch/sh/configs/dreamcast_defconfig:CONFIG_PREEMPT=y
291./arch/sh/configs/dreamcast_defconfig:CONFIG_PREEMPT_BKL=y
292./arch/sh/configs/landisk_defconfig:CONFIG_PREEMPT_NONE=y
293./arch/sh/configs/landisk_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
294./arch/sh/configs/landisk_defconfig:# CONFIG_PREEMPT is not set
295./arch/sh/configs/se7722_defconfig:# CONFIG_PREEMPT_NONE is not set
296./arch/sh/configs/se7722_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
297./arch/sh/configs/se7722_defconfig:CONFIG_PREEMPT=y
298./arch/sh/configs/se7722_defconfig:CONFIG_PREEMPT_BKL=y
299./arch/sh/configs/hs7751rvoip_defconfig:# CONFIG_PREEMPT_NONE is not set
300./arch/sh/configs/hs7751rvoip_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
301./arch/sh/configs/hs7751rvoip_defconfig:CONFIG_PREEMPT=y
302./arch/sh/configs/hs7751rvoip_defconfig:CONFIG_PREEMPT_BKL=y
303./arch/sh/configs/sh03_defconfig:# CONFIG_PREEMPT_NONE is not set
304./arch/sh/configs/sh03_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
305./arch/sh/configs/sh03_defconfig:CONFIG_PREEMPT=y
306./arch/sh/configs/sh03_defconfig:CONFIG_PREEMPT_BKL=y
307./arch/sh/configs/se7780_defconfig:CONFIG_PREEMPT_NONE=y
308./arch/sh/configs/se7780_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
309./arch/sh/configs/se7780_defconfig:# CONFIG_PREEMPT is not set
310./arch/sh/configs/rts7751r2d_defconfig:CONFIG_PREEMPT_NONE=y
311./arch/sh/configs/rts7751r2d_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
312./arch/sh/configs/rts7751r2d_defconfig:# CONFIG_PREEMPT is not set
313./arch/sh/configs/r7780rp_defconfig:# CONFIG_PREEMPT_NONE is not set
314./arch/sh/configs/r7780rp_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
315./arch/sh/configs/r7780rp_defconfig:CONFIG_PREEMPT=y
316./arch/sh/configs/r7780rp_defconfig:CONFIG_PREEMPT_BKL=y
317./arch/sh/configs/se7712_defconfig:# CONFIG_PREEMPT_NONE is not set
318./arch/sh/configs/se7712_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
319./arch/sh/configs/se7712_defconfig:# CONFIG_PREEMPT is not set
320./arch/sh/configs/se7206_defconfig:CONFIG_PREEMPT_NONE=y
321./arch/sh/configs/se7206_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
322./arch/sh/configs/se7206_defconfig:# CONFIG_PREEMPT is not set
323./arch/sh/configs/snapgear_defconfig:CONFIG_PREEMPT_NONE=y
324./arch/sh/configs/snapgear_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
325./arch/sh/configs/snapgear_defconfig:# CONFIG_PREEMPT is not set
326./arch/sh/configs/se73180_defconfig:CONFIG_PREEMPT_NONE=y
327./arch/sh/configs/se73180_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
328./arch/sh/configs/se73180_defconfig:# CONFIG_PREEMPT is not set
329./arch/sparc64/kernel/rtrap.S:#ifdef CONFIG_PREEMPT
330./arch/sparc64/defconfig:# CONFIG_PREEMPT_NONE is not set
331./arch/sparc64/defconfig:CONFIG_PREEMPT_VOLUNTARY=y
332./arch/sparc64/defconfig:# CONFIG_PREEMPT is not set
333./arch/ppc/kernel/traps.c:#ifdef CONFIG_PREEMPT
334./arch/ppc/kernel/entry.S:#ifdef CONFIG_PREEMPT
335./arch/ppc/kernel/entry.S:#endif /* CONFIG_PREEMPT */
336./arch/ppc/configs/mpc885ads_defconfig:# CONFIG_PREEMPT is not set
337./arch/ppc/configs/taishan_defconfig:CONFIG_PREEMPT_NONE=y
338./arch/ppc/configs/taishan_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
339./arch/ppc/configs/taishan_defconfig:# CONFIG_PREEMPT is not set
340./arch/ppc/configs/katana_defconfig:CONFIG_PREEMPT_NONE=y
341./arch/ppc/configs/katana_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
342./arch/ppc/configs/katana_defconfig:# CONFIG_PREEMPT is not set
343./arch/ppc/configs/ev64360_defconfig:# CONFIG_PREEMPT_NONE is not set
344./arch/ppc/configs/ev64360_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
345./arch/ppc/configs/ev64360_defconfig:CONFIG_PREEMPT=y
346./arch/ppc/configs/ev64360_defconfig:CONFIG_PREEMPT_BKL=y
347./arch/ppc/configs/chestnut_defconfig:# CONFIG_PREEMPT is not set
348./arch/ppc/configs/bseip_defconfig:# CONFIG_PREEMPT is not set
349./arch/ppc/configs/prep_defconfig:CONFIG_PREEMPT_NONE=y
350./arch/ppc/configs/prep_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
351./arch/ppc/configs/prep_defconfig:# CONFIG_PREEMPT is not set
352./arch/ppc/configs/TQM8560_defconfig:CONFIG_PREEMPT_NONE=y
353./arch/ppc/configs/TQM8560_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
354./arch/ppc/configs/TQM8560_defconfig:# CONFIG_PREEMPT is not set
355./arch/ppc/configs/mbx_defconfig:# CONFIG_PREEMPT is not set
356./arch/ppc/configs/TQM8541_defconfig:CONFIG_PREEMPT_NONE=y
357./arch/ppc/configs/TQM8541_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
358./arch/ppc/configs/TQM8541_defconfig:# CONFIG_PREEMPT is not set
359./arch/ppc/configs/bamboo_defconfig:# CONFIG_PREEMPT is not set
360./arch/ppc/configs/pplus_defconfig:# CONFIG_PREEMPT is not set
361./arch/ppc/configs/prpmc800_defconfig:# CONFIG_PREEMPT is not set
362./arch/ppc/configs/mpc8555_cds_defconfig:# CONFIG_PREEMPT is not set
363./arch/ppc/configs/FADS_defconfig:# CONFIG_PREEMPT is not set
364./arch/ppc/configs/TQM8260_defconfig:# CONFIG_PREEMPT is not set
365./arch/ppc/configs/est8260_defconfig:# CONFIG_PREEMPT is not set
366./arch/ppc/configs/TQM850L_defconfig:# CONFIG_PREEMPT is not set
367./arch/ppc/configs/lopec_defconfig:# CONFIG_PREEMPT is not set
368./arch/ppc/configs/stx_gp3_defconfig:# CONFIG_PREEMPT is not set
369./arch/ppc/configs/ads8272_defconfig:CONFIG_PREEMPT_NONE=y
370./arch/ppc/configs/ads8272_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
371./arch/ppc/configs/ads8272_defconfig:# CONFIG_PREEMPT is not set
372./arch/ppc/configs/mpc86x_ads_defconfig:# CONFIG_PREEMPT is not set
373./arch/ppc/configs/redwood5_defconfig:# CONFIG_PREEMPT is not set
374./arch/ppc/configs/lite5200_defconfig:# CONFIG_PREEMPT is not set
375./arch/ppc/configs/ev64260_defconfig:# CONFIG_PREEMPT is not set
376./arch/ppc/configs/rpxcllf_defconfig:# CONFIG_PREEMPT is not set
377./arch/ppc/configs/sandpoint_defconfig:# CONFIG_PREEMPT is not set
378./arch/ppc/configs/mpc8560_ads_defconfig:CONFIG_PREEMPT_NONE=y
379./arch/ppc/configs/mpc8560_ads_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
380./arch/ppc/configs/mpc8560_ads_defconfig:# CONFIG_PREEMPT is not set
381./arch/ppc/configs/luan_defconfig:# CONFIG_PREEMPT is not set
382./arch/ppc/configs/spruce_defconfig:# CONFIG_PREEMPT is not set
383./arch/ppc/configs/walnut_defconfig:# CONFIG_PREEMPT is not set
384./arch/ppc/configs/redwood6_defconfig:# CONFIG_PREEMPT is not set
385./arch/ppc/configs/IVMS8_defconfig:# CONFIG_PREEMPT is not set
386./arch/ppc/configs/cpci405_defconfig:# CONFIG_PREEMPT is not set
387./arch/ppc/configs/ep405_defconfig:# CONFIG_PREEMPT is not set
388./arch/ppc/configs/ml300_defconfig:CONFIG_PREEMPT_NONE=y
389./arch/ppc/configs/ml300_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
390./arch/ppc/configs/ml300_defconfig:# CONFIG_PREEMPT is not set
391./arch/ppc/configs/hdpu_defconfig:CONFIG_PREEMPT=y
392./arch/ppc/configs/rpx8260_defconfig:# CONFIG_PREEMPT is not set
393./arch/ppc/configs/TQM8540_defconfig:CONFIG_PREEMPT_NONE=y
394./arch/ppc/configs/TQM8540_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
395./arch/ppc/configs/TQM8540_defconfig:# CONFIG_PREEMPT is not set
396./arch/ppc/configs/TQM860L_defconfig:# CONFIG_PREEMPT is not set
397./arch/ppc/configs/sycamore_defconfig:# CONFIG_PREEMPT is not set
398./arch/ppc/configs/mpc834x_sys_defconfig:CONFIG_PREEMPT_NONE=y
399./arch/ppc/configs/mpc834x_sys_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
400./arch/ppc/configs/mpc834x_sys_defconfig:# CONFIG_PREEMPT is not set
401./arch/ppc/configs/apus_defconfig:# CONFIG_PREEMPT is not set
402./arch/ppc/configs/ebony_defconfig:# CONFIG_PREEMPT is not set
403./arch/ppc/configs/ml403_defconfig:CONFIG_PREEMPT_NONE=y
404./arch/ppc/configs/ml403_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
405./arch/ppc/configs/ml403_defconfig:# CONFIG_PREEMPT is not set
406./arch/ppc/configs/mpc8548_cds_defconfig:# CONFIG_PREEMPT is not set
407./arch/ppc/configs/prpmc750_defconfig:# CONFIG_PREEMPT is not set
408./arch/ppc/configs/cpci690_defconfig:CONFIG_PREEMPT_NONE=y
409./arch/ppc/configs/cpci690_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
410./arch/ppc/configs/cpci690_defconfig:# CONFIG_PREEMPT is not set
411./arch/ppc/configs/radstone_ppc7d_defconfig:# CONFIG_PREEMPT is not set
412./arch/ppc/configs/ocotea_defconfig:# CONFIG_PREEMPT is not set
413./arch/ppc/configs/mpc8540_ads_defconfig:# CONFIG_PREEMPT is not set
414./arch/ppc/configs/rpxlite_defconfig:# CONFIG_PREEMPT is not set
415./arch/ppc/configs/TQM8555_defconfig:CONFIG_PREEMPT_NONE=y
416./arch/ppc/configs/TQM8555_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
417./arch/ppc/configs/TQM8555_defconfig:# CONFIG_PREEMPT is not set
418./arch/ppc/configs/TQM823L_defconfig:# CONFIG_PREEMPT is not set
419./arch/ppc/configs/mvme5100_defconfig:# CONFIG_PREEMPT is not set
420./arch/ppc/configs/bubinga_defconfig:# CONFIG_PREEMPT is not set
421./arch/xtensa/kernel/traps.c:#ifdef CONFIG_PREEMPT
422./arch/xtensa/kernel/entry.S:#ifdef CONFIG_PREEMPT
423./arch/xtensa/Kconfig:           CONFIG_SMP and CONFIG_PREEMPT are enabled, so this option is
424./arch/xtensa/configs/iss_defconfig:# CONFIG_PREEMPT is not set
425./arch/xtensa/configs/common_defconfig:# CONFIG_PREEMPT is not set
426./arch/arm/kernel/entry-armv.S:#ifdef CONFIG_PREEMPT
427./arch/arm/kernel/entry-armv.S:#ifdef CONFIG_PREEMPT
428./arch/arm/kernel/entry-armv.S:#ifdef CONFIG_PREEMPT
429./arch/arm/kernel/entry-armv.S:#ifdef CONFIG_PREEMPT
430./arch/arm/kernel/entry-armv.S:#ifdef CONFIG_PREEMPT
431./arch/arm/kernel/entry-armv.S:#ifdef CONFIG_PREEMPT
432./arch/arm/kernel/traps.c:#ifdef CONFIG_PREEMPT
433./arch/arm/lib/Makefile:ifeq ($(CONFIG_PREEMPT),y)
434./arch/arm/configs/netx_defconfig:CONFIG_PREEMPT=y
435./arch/arm/configs/pleb_defconfig:# CONFIG_PREEMPT is not set
436./arch/arm/configs/jornada720_defconfig:# CONFIG_PREEMPT is not set
437./arch/arm/configs/spitz_defconfig:CONFIG_PREEMPT=y
438./arch/arm/configs/iop32x_defconfig:# CONFIG_PREEMPT is not set
439./arch/arm/configs/trizeps4_defconfig:CONFIG_PREEMPT=y
440./arch/arm/configs/versatile_defconfig:# CONFIG_PREEMPT is not set
441./arch/arm/configs/ixp23xx_defconfig:# CONFIG_PREEMPT is not set
442./arch/arm/configs/fortunet_defconfig:# CONFIG_PREEMPT is not set
443./arch/arm/configs/neponset_defconfig:# CONFIG_PREEMPT is not set
444./arch/arm/configs/ateb9200_defconfig:CONFIG_PREEMPT=y
445./arch/arm/configs/lpd7a404_defconfig:CONFIG_PREEMPT=y
446./arch/arm/configs/at91sam9261ek_defconfig:# CONFIG_PREEMPT is not set
447./arch/arm/configs/clps7500_defconfig:# CONFIG_PREEMPT is not set
448./arch/arm/configs/edb7211_defconfig:# CONFIG_PREEMPT is not set
449./arch/arm/configs/shannon_defconfig:# CONFIG_PREEMPT is not set
450./arch/arm/configs/simpad_defconfig:CONFIG_PREEMPT=y
451./arch/arm/configs/csb637_defconfig:# CONFIG_PREEMPT is not set
452./arch/arm/configs/collie_defconfig:# CONFIG_PREEMPT is not set
453./arch/arm/configs/h7202_defconfig:# CONFIG_PREEMPT is not set
454./arch/arm/configs/ixp4xx_defconfig:# CONFIG_PREEMPT is not set
455./arch/arm/configs/hackkit_defconfig:# CONFIG_PREEMPT is not set
456./arch/arm/configs/iop13xx_defconfig:# CONFIG_PREEMPT is not set
457./arch/arm/configs/assabet_defconfig:# CONFIG_PREEMPT is not set
458./arch/arm/configs/mx1ads_defconfig:CONFIG_PREEMPT=y
459./arch/arm/configs/ks8695_defconfig:# CONFIG_PREEMPT is not set
460./arch/arm/configs/shark_defconfig:# CONFIG_PREEMPT is not set
461./arch/arm/configs/picotux200_defconfig:# CONFIG_PREEMPT is not set
462./arch/arm/configs/pxa255-idp_defconfig:# CONFIG_PREEMPT is not set
463./arch/arm/configs/badge4_defconfig:# CONFIG_PREEMPT is not set
464./arch/arm/configs/ns9xxx_defconfig:# CONFIG_PREEMPT is not set
465./arch/arm/configs/at91sam9rlek_defconfig:# CONFIG_PREEMPT is not set
466./arch/arm/configs/at91rm9200ek_defconfig:# CONFIG_PREEMPT is not set
467./arch/arm/configs/iop33x_defconfig:# CONFIG_PREEMPT is not set
468./arch/arm/configs/csb337_defconfig:# CONFIG_PREEMPT is not set
469./arch/arm/configs/realview-smp_defconfig:# CONFIG_PREEMPT is not set
470./arch/arm/configs/lusl7200_defconfig:# CONFIG_PREEMPT is not set
471./arch/arm/configs/at91rm9200dk_defconfig:# CONFIG_PREEMPT is not set
472./arch/arm/configs/h7201_defconfig:# CONFIG_PREEMPT is not set
473./arch/arm/configs/kafa_defconfig:CONFIG_PREEMPT=y
474./arch/arm/configs/omap_h2_1610_defconfig:CONFIG_PREEMPT=y
475./arch/arm/configs/lubbock_defconfig:# CONFIG_PREEMPT is not set
476./arch/arm/configs/pnx4008_defconfig:CONFIG_PREEMPT=y
477./arch/arm/configs/footbridge_defconfig:# CONFIG_PREEMPT is not set
478./arch/arm/configs/integrator_defconfig:# CONFIG_PREEMPT is not set
479./arch/arm/configs/carmeva_defconfig:# CONFIG_PREEMPT is not set
480./arch/arm/configs/ixp2000_defconfig:# CONFIG_PREEMPT is not set
481./arch/arm/configs/s3c2410_defconfig:# CONFIG_PREEMPT is not set
482./arch/arm/configs/mainstone_defconfig:# CONFIG_PREEMPT is not set
483./arch/arm/configs/lpd270_defconfig:# CONFIG_PREEMPT is not set
484./arch/arm/configs/at91sam9263ek_defconfig:# CONFIG_PREEMPT is not set
485./arch/arm/configs/cerfcube_defconfig:# CONFIG_PREEMPT is not set
486./arch/arm/configs/lpd7a400_defconfig:CONFIG_PREEMPT=y
487./arch/arm/configs/rpc_defconfig:# CONFIG_PREEMPT is not set
488./arch/arm/configs/ebsa110_defconfig:# CONFIG_PREEMPT is not set
489./arch/arm/configs/ep93xx_defconfig:# CONFIG_PREEMPT is not set
490./arch/arm/configs/lart_defconfig:# CONFIG_PREEMPT is not set
491./arch/arm/configs/netwinder_defconfig:# CONFIG_PREEMPT is not set
492./arch/arm/configs/at91sam9260ek_defconfig:# CONFIG_PREEMPT is not set
493./arch/arm/configs/h3600_defconfig:# CONFIG_PREEMPT is not set
494./arch/arm/configs/corgi_defconfig:CONFIG_PREEMPT=y
495./arch/arm/configs/onearm_defconfig:# CONFIG_PREEMPT is not set
496./arch/cris/arch-v10/kernel/entry.S: *  Added preemptive kernel scheduling (if CONFIG_PREEMPT)
497./arch/cris/arch-v10/kernel/entry.S:#ifdef CONFIG_PREEMPT	
498./arch/cris/arch-v10/kernel/entry.S:	; spinlock if CONFIG_PREEMPT
499./arch/cris/arch-v32/kernel/entry.S:#ifdef CONFIG_PREEMPT
500./arch/cris/arch-v32/kernel/entry.S:	; spinlock if CONFIG_PREEMPT.
501./arch/cris/defconfig:# CONFIG_PREEMPT is not set
502./arch/i386/kernel/kprobes.c:#if !defined(CONFIG_PREEMPT) || defined(CONFIG_PM)
503./arch/i386/kernel/traps.c:#ifdef CONFIG_PREEMPT
504./arch/i386/kernel/entry.S:#ifdef CONFIG_PREEMPT
505./arch/i386/kernel/entry.S:#ifdef CONFIG_PREEMPT
506./arch/i386/defconfig:# CONFIG_PREEMPT_NONE is not set
507./arch/i386/defconfig:CONFIG_PREEMPT_VOLUNTARY=y
508./arch/i386/defconfig:# CONFIG_PREEMPT is not set
509./arch/i386/defconfig:CONFIG_PREEMPT_BKL=y
510./arch/i386/mm/highmem.c:	/* even !CONFIG_PREEMPT needs this, for in_atomic in do_page_fault */
511./arch/sparc/mm/highmem.c:	/* even !CONFIG_PREEMPT needs this, for in_atomic in do_page_fault */
512./arch/avr32/kernel/traps.c:#ifdef CONFIG_PREEMPT
513./arch/avr32/kernel/entry-avr32b.S:#ifdef CONFIG_PREEMPT
514./arch/avr32/kernel/entry-avr32b.S:#ifdef CONFIG_PREEMPT
515./arch/avr32/kernel/entry-avr32b.S:#ifdef CONFIG_PREEMPT
516./arch/avr32/kernel/entry-avr32b.S:#ifdef CONFIG_PREEMPT
517./arch/avr32/kernel/entry-avr32b.S:#ifdef CONFIG_PREEMPT
518./arch/avr32/configs/atngw100_defconfig:CONFIG_PREEMPT_NONE=y
519./arch/avr32/configs/atngw100_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
520./arch/avr32/configs/atngw100_defconfig:# CONFIG_PREEMPT is not set
521./arch/avr32/configs/atstk1002_defconfig:CONFIG_PREEMPT_NONE=y
522./arch/avr32/configs/atstk1002_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
523./arch/avr32/configs/atstk1002_defconfig:# CONFIG_PREEMPT is not set
524./arch/sh64/kernel/entry.S:#ifdef CONFIG_PREEMPT
525./arch/sh64/kernel/entry.S:#ifdef CONFIG_PREEMPT
526./arch/sh64/configs/cayman_defconfig:CONFIG_PREEMPT=y
527./arch/sh64/mm/cache.c:	   Note, if we have CONFIG_PREEMPT and get preempted inside this loop,
528./arch/arm26/kernel/armksyms.c:#ifdef CONFIG_PREEMPT
529./arch/arm26/kernel/setup.c:#ifdef CONFIG_PREEMPT
530./arch/s390/kernel/entry64.S:#ifdef CONFIG_PREEMPT
531./arch/s390/kernel/entry64.S:#ifdef CONFIG_PREEMPT
532./arch/s390/kernel/entry.S:#ifdef CONFIG_PREEMPT
533./arch/s390/kernel/entry.S:#ifdef CONFIG_PREEMPT
534./arch/s390/defconfig:# CONFIG_PREEMPT_NONE is not set
535./arch/s390/defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
536./arch/s390/defconfig:CONFIG_PREEMPT=y
537./arch/s390/defconfig:CONFIG_PREEMPT_BKL=y
538./arch/h8300/platform/h8300h/entry.S:#if defined(CONFIG_PREEMPT)
539./arch/h8300/platform/h8300h/entry.S:#if defined(CONFIG_PREEMPT)
540./arch/h8300/platform/h8s/entry.S:#if defined(CONFIG_PREEMPT)
541./arch/h8300/platform/h8s/entry.S:#if defined(CONFIG_PREEMPT)
542./arch/h8300/defconfig:# CONFIG_PREEMPT is not set
543./arch/m32r/kernel/entry.S:#ifdef CONFIG_PREEMPT
544./arch/m32r/kernel/entry.S:#ifdef CONFIG_PREEMPT
545./arch/m32r/opsput/defconfig.opsput:# CONFIG_PREEMPT is not set
546./arch/m32r/mappi2/defconfig.vdec2:CONFIG_PREEMPT=y
547./arch/m32r/mappi2/defconfig.opsp:CONFIG_PREEMPT=y
548./arch/m32r/oaks32r/defconfig.nommu:CONFIG_PREEMPT=y
549./arch/m32r/m32700ut/defconfig.m32700ut.up:CONFIG_PREEMPT=y
550./arch/m32r/m32700ut/defconfig.m32700ut.smp:CONFIG_PREEMPT=y
551./arch/m32r/mappi/defconfig.smp:CONFIG_PREEMPT=y
552./arch/m32r/mappi/defconfig.up:CONFIG_PREEMPT=y
553./arch/m32r/mappi/defconfig.nommu:CONFIG_PREEMPT=y
554./arch/m32r/defconfig:CONFIG_PREEMPT=y
555./arch/m32r/m32104ut/defconfig.m32104ut:CONFIG_PREEMPT=y
556./arch/m32r/mappi3/defconfig.smp:CONFIG_PREEMPT=y
557./arch/parisc/kernel/entry.S:#ifndef CONFIG_PREEMPT
558./arch/parisc/kernel/entry.S:#endif /* !CONFIG_PREEMPT */
559./arch/parisc/kernel/entry.S:	 * to kernel space, we may schedule if CONFIG_PREEMPT, otherwise
560./arch/parisc/kernel/entry.S:#ifdef CONFIG_PREEMPT
561./arch/parisc/kernel/entry.S:#endif /* CONFIG_PREEMPT */
562./arch/parisc/hpux/wrappers.S:#if defined(CONFIG_SMP) || defined(CONFIG_PREEMPT)
563./arch/parisc/defconfig:# CONFIG_PREEMPT_NONE is not set
564./arch/parisc/defconfig:CONFIG_PREEMPT_VOLUNTARY=y
565./arch/parisc/defconfig:# CONFIG_PREEMPT is not set
566./arch/parisc/configs/712_defconfig:# CONFIG_PREEMPT_NONE is not set
567./arch/parisc/configs/712_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
568./arch/parisc/configs/712_defconfig:# CONFIG_PREEMPT is not set
569./arch/parisc/configs/c3000_defconfig:# CONFIG_PREEMPT_NONE is not set
570./arch/parisc/configs/c3000_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
571./arch/parisc/configs/c3000_defconfig:# CONFIG_PREEMPT is not set
572./arch/parisc/configs/b180_defconfig:# CONFIG_PREEMPT is not set
573./arch/parisc/configs/a500_defconfig:# CONFIG_PREEMPT is not set
574./arch/mips/defconfig-2.6-bcm947xx-router-dlna:CONFIG_PREEMPT_NONE=y
575./arch/mips/defconfig-2.6-bcm947xx-router-dlna:# CONFIG_PREEMPT_VOLUNTARY is not set
576./arch/mips/defconfig-2.6-bcm947xx-router-dlna:# CONFIG_PREEMPT is not set
577./arch/mips/defconfig-2.6-bcm947xx-mfgrouter-usbap:# CONFIG_PREEMPT_NONE is not set
578./arch/mips/defconfig-2.6-bcm947xx-mfgrouter-usbap:# CONFIG_PREEMPT_VOLUNTARY is not set
579./arch/mips/defconfig-2.6-bcm947xx-mfgrouter-usbap:CONFIG_PREEMPT=y
580./arch/mips/defconfig-2.6-bcm947xx-mfgrouter-usbap:CONFIG_PREEMPT_BKL=y
581./arch/mips/defconfig-2.6-bcm947xx-router-ipv6-sound:CONFIG_PREEMPT_NONE=y
582./arch/mips/defconfig-2.6-bcm947xx-router-ipv6-sound:# CONFIG_PREEMPT_VOLUNTARY is not set
583./arch/mips/defconfig-2.6-bcm947xx-router-ipv6-sound:# CONFIG_PREEMPT is not set
584./arch/mips/defconfig-2.6-bcm947xx-usbap:# CONFIG_PREEMPT_NONE is not set
585./arch/mips/defconfig-2.6-bcm947xx-usbap:# CONFIG_PREEMPT_VOLUNTARY is not set
586./arch/mips/defconfig-2.6-bcm947xx-usbap:CONFIG_PREEMPT=y
587./arch/mips/defconfig-2.6-bcm947xx-usbap:CONFIG_PREEMPT_BKL=y
588./arch/mips/defconfig-2.6-bcm947xx-router-mini:CONFIG_PREEMPT_NONE=y
589./arch/mips/defconfig-2.6-bcm947xx-router-mini:# CONFIG_PREEMPT_VOLUNTARY is not set
590./arch/mips/defconfig-2.6-bcm947xx-router-mini:# CONFIG_PREEMPT is not set
591./arch/mips/defconfig-2.6-bcm947xx-mfgrouter-noramdisk:CONFIG_PREEMPT_NONE=y
592./arch/mips/defconfig-2.6-bcm947xx-mfgrouter-noramdisk:# CONFIG_PREEMPT_VOLUNTARY is not set
593./arch/mips/defconfig-2.6-bcm947xx-mfgrouter-noramdisk:# CONFIG_PREEMPT is not set
594./arch/mips/kernel/signal-common.h:#ifdef CONFIG_PREEMPT
595./arch/mips/kernel/entry.S:#ifndef CONFIG_PREEMPT
596./arch/mips/kernel/entry.S:#ifndef CONFIG_PREEMPT
597./arch/mips/kernel/entry.S:#ifdef CONFIG_PREEMPT
598./arch/mips/defconfig-2.6-bcm947xx-router-media:CONFIG_PREEMPT_NONE=y
599./arch/mips/defconfig-2.6-bcm947xx-router-media:# CONFIG_PREEMPT_VOLUNTARY is not set
600./arch/mips/defconfig-2.6-bcm947xx-router-media:# CONFIG_PREEMPT is not set
601./arch/mips/defconfig-2.6-bcm947xx-mfgrouter:CONFIG_PREEMPT_NONE=y
602./arch/mips/defconfig-2.6-bcm947xx-mfgrouter:# CONFIG_PREEMPT_VOLUNTARY is not set
603./arch/mips/defconfig-2.6-bcm947xx-mfgrouter:# CONFIG_PREEMPT is not set
604./arch/mips/defconfig-2.6-bcm947xx-usbap-wapi:# CONFIG_PREEMPT_NONE is not set
605./arch/mips/defconfig-2.6-bcm947xx-usbap-wapi:# CONFIG_PREEMPT_VOLUNTARY is not set
606./arch/mips/defconfig-2.6-bcm947xx-usbap-wapi:CONFIG_PREEMPT=y
607./arch/mips/defconfig-2.6-bcm947xx-usbap-wapi:CONFIG_PREEMPT_BKL=y
608./arch/mips/defconfig-2.6-bcm947xx-usbap-vista-combo:# CONFIG_PREEMPT_NONE is not set
609./arch/mips/defconfig-2.6-bcm947xx-usbap-vista-combo:# CONFIG_PREEMPT_VOLUNTARY is not set
610./arch/mips/defconfig-2.6-bcm947xx-usbap-vista-combo:CONFIG_PREEMPT=y
611./arch/mips/defconfig-2.6-bcm947xx-usbap-vista-combo:CONFIG_PREEMPT_BKL=y
612./arch/mips/defconfig-2.6-bcm947xx-usbap-combo:# CONFIG_PREEMPT_NONE is not set
613./arch/mips/defconfig-2.6-bcm947xx-usbap-combo:# CONFIG_PREEMPT_VOLUNTARY is not set
614./arch/mips/defconfig-2.6-bcm947xx-usbap-combo:CONFIG_PREEMPT=y
615./arch/mips/defconfig-2.6-bcm947xx-usbap-combo:CONFIG_PREEMPT_BKL=y
616./arch/mips/defconfig-2.6-bcm947xx-router-ipv6-combo:CONFIG_PREEMPT_NONE=y
617./arch/mips/defconfig-2.6-bcm947xx-router-ipv6-combo:# CONFIG_PREEMPT_VOLUNTARY is not set
618./arch/mips/defconfig-2.6-bcm947xx-router-ipv6-combo:# CONFIG_PREEMPT is not set
619./arch/mips/defconfig-2.6-bcm947xx-router-plc:CONFIG_PREEMPT_NONE=y
620./arch/mips/defconfig-2.6-bcm947xx-router-plc:# CONFIG_PREEMPT_VOLUNTARY is not set
621./arch/mips/defconfig-2.6-bcm947xx-router-plc:# CONFIG_PREEMPT is not set
622./arch/mips/defconfig-2.6-bcm947xx-hsic:CONFIG_PREEMPT_NONE=y
623./arch/mips/defconfig-2.6-bcm947xx-hsic:# CONFIG_PREEMPT_VOLUNTARY is not set
624./arch/mips/defconfig-2.6-bcm947xx-hsic:# CONFIG_PREEMPT is not set
625./arch/mips/defconfig-2.6-bcm947xx-router:CONFIG_PREEMPT_NONE=y
626./arch/mips/defconfig-2.6-bcm947xx-router:# CONFIG_PREEMPT_VOLUNTARY is not set
627./arch/mips/defconfig-2.6-bcm947xx-router:# CONFIG_PREEMPT is not set
628./arch/mips/defconfig:# CONFIG_PREEMPT_NONE is not set
629./arch/mips/defconfig:CONFIG_PREEMPT_VOLUNTARY=y
630./arch/mips/defconfig:# CONFIG_PREEMPT is not set
631./arch/mips/configs/db1200_defconfig:CONFIG_PREEMPT_NONE=y
632./arch/mips/configs/db1200_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
633./arch/mips/configs/db1200_defconfig:# CONFIG_PREEMPT is not set
634./arch/mips/configs/yosemite_defconfig:CONFIG_PREEMPT_NONE=y
635./arch/mips/configs/yosemite_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
636./arch/mips/configs/yosemite_defconfig:# CONFIG_PREEMPT is not set
637./arch/mips/configs/yosemite_defconfig:CONFIG_PREEMPT_BKL=y
638./arch/mips/configs/mipssim_defconfig:CONFIG_PREEMPT_NONE=y
639./arch/mips/configs/mipssim_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
640./arch/mips/configs/mipssim_defconfig:# CONFIG_PREEMPT is not set
641./arch/mips/configs/jazz_defconfig:# CONFIG_PREEMPT_NONE is not set
642./arch/mips/configs/jazz_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
643./arch/mips/configs/jazz_defconfig:# CONFIG_PREEMPT is not set
644./arch/mips/configs/db1500_defconfig:CONFIG_PREEMPT_NONE=y
645./arch/mips/configs/db1500_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
646./arch/mips/configs/db1500_defconfig:# CONFIG_PREEMPT is not set
647./arch/mips/configs/ip22_defconfig:# CONFIG_PREEMPT_NONE is not set
648./arch/mips/configs/ip22_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
649./arch/mips/configs/ip22_defconfig:# CONFIG_PREEMPT is not set
650./arch/mips/configs/tb0287_defconfig:CONFIG_PREEMPT_NONE=y
651./arch/mips/configs/tb0287_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
652./arch/mips/configs/tb0287_defconfig:# CONFIG_PREEMPT is not set
653./arch/mips/configs/e55_defconfig:CONFIG_PREEMPT_NONE=y
654./arch/mips/configs/e55_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
655./arch/mips/configs/e55_defconfig:# CONFIG_PREEMPT is not set
656./arch/mips/configs/atlas_defconfig:CONFIG_PREEMPT_NONE=y
657./arch/mips/configs/atlas_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
658./arch/mips/configs/atlas_defconfig:# CONFIG_PREEMPT is not set
659./arch/mips/configs/ip27_defconfig:CONFIG_PREEMPT_NONE=y
660./arch/mips/configs/ip27_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
661./arch/mips/configs/ip27_defconfig:# CONFIG_PREEMPT is not set
662./arch/mips/configs/ip27_defconfig:CONFIG_PREEMPT_BKL=y
663./arch/mips/configs/ocelot_c_defconfig:CONFIG_PREEMPT_NONE=y
664./arch/mips/configs/ocelot_c_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
665./arch/mips/configs/ocelot_c_defconfig:# CONFIG_PREEMPT is not set
666./arch/mips/configs/sead_defconfig:CONFIG_PREEMPT_NONE=y
667./arch/mips/configs/sead_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
668./arch/mips/configs/sead_defconfig:# CONFIG_PREEMPT is not set
669./arch/mips/configs/ocelot_3_defconfig:CONFIG_PREEMPT_NONE=y
670./arch/mips/configs/ocelot_3_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
671./arch/mips/configs/ocelot_3_defconfig:# CONFIG_PREEMPT is not set
672./arch/mips/configs/decstation_defconfig:CONFIG_PREEMPT_NONE=y
673./arch/mips/configs/decstation_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
674./arch/mips/configs/decstation_defconfig:# CONFIG_PREEMPT is not set
675./arch/mips/configs/db1000_defconfig:CONFIG_PREEMPT_NONE=y
676./arch/mips/configs/db1000_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
677./arch/mips/configs/db1000_defconfig:# CONFIG_PREEMPT is not set
678./arch/mips/configs/wrppmc_defconfig:CONFIG_PREEMPT_NONE=y
679./arch/mips/configs/wrppmc_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
680./arch/mips/configs/wrppmc_defconfig:# CONFIG_PREEMPT is not set
681./arch/mips/configs/tb0226_defconfig:CONFIG_PREEMPT_NONE=y
682./arch/mips/configs/tb0226_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
683./arch/mips/configs/tb0226_defconfig:# CONFIG_PREEMPT is not set
684./arch/mips/configs/cobalt_defconfig:CONFIG_PREEMPT_NONE=y
685./arch/mips/configs/cobalt_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
686./arch/mips/configs/cobalt_defconfig:# CONFIG_PREEMPT is not set
687./arch/mips/configs/ip32_defconfig:# CONFIG_PREEMPT_NONE is not set
688./arch/mips/configs/ip32_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
689./arch/mips/configs/ip32_defconfig:# CONFIG_PREEMPT is not set
690./arch/mips/configs/pb1550_defconfig:CONFIG_PREEMPT_NONE=y
691./arch/mips/configs/pb1550_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
692./arch/mips/configs/pb1550_defconfig:# CONFIG_PREEMPT is not set
693./arch/mips/configs/rm200_defconfig:# CONFIG_PREEMPT_NONE is not set
694./arch/mips/configs/rm200_defconfig:CONFIG_PREEMPT_VOLUNTARY=y
695./arch/mips/configs/rm200_defconfig:# CONFIG_PREEMPT is not set
696./arch/mips/configs/pb1100_defconfig:CONFIG_PREEMPT_NONE=y
697./arch/mips/configs/pb1100_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
698./arch/mips/configs/pb1100_defconfig:# CONFIG_PREEMPT is not set
699./arch/mips/configs/pnx8550-stb810_defconfig:CONFIG_PREEMPT_NONE=y
700./arch/mips/configs/pnx8550-stb810_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
701./arch/mips/configs/pnx8550-stb810_defconfig:# CONFIG_PREEMPT is not set
702./arch/mips/configs/qemu_defconfig:CONFIG_PREEMPT_NONE=y
703./arch/mips/configs/qemu_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
704./arch/mips/configs/qemu_defconfig:# CONFIG_PREEMPT is not set
705./arch/mips/configs/tb0219_defconfig:CONFIG_PREEMPT_NONE=y
706./arch/mips/configs/tb0219_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
707./arch/mips/configs/tb0219_defconfig:# CONFIG_PREEMPT is not set
708./arch/mips/configs/rbhma4200_defconfig:CONFIG_PREEMPT_NONE=y
709./arch/mips/configs/rbhma4200_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
710./arch/mips/configs/rbhma4200_defconfig:# CONFIG_PREEMPT is not set
711./arch/mips/configs/sb1250-swarm_defconfig:CONFIG_PREEMPT_NONE=y
712./arch/mips/configs/sb1250-swarm_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
713./arch/mips/configs/sb1250-swarm_defconfig:# CONFIG_PREEMPT is not set
714./arch/mips/configs/sb1250-swarm_defconfig:CONFIG_PREEMPT_BKL=y
715./arch/mips/configs/malta_defconfig:CONFIG_PREEMPT_NONE=y
716./arch/mips/configs/malta_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
717./arch/mips/configs/malta_defconfig:# CONFIG_PREEMPT is not set
718./arch/mips/configs/malta_defconfig:CONFIG_PREEMPT_BKL=y
719./arch/mips/configs/db1550_defconfig:CONFIG_PREEMPT_NONE=y
720./arch/mips/configs/db1550_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
721./arch/mips/configs/db1550_defconfig:# CONFIG_PREEMPT is not set
722./arch/mips/configs/excite_defconfig:# CONFIG_PREEMPT_NONE is not set
723./arch/mips/configs/excite_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
724./arch/mips/configs/excite_defconfig:CONFIG_PREEMPT=y
725./arch/mips/configs/excite_defconfig:CONFIG_PREEMPT_BKL=y
726./arch/mips/configs/ev64120_defconfig:CONFIG_PREEMPT_NONE=y
727./arch/mips/configs/ev64120_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
728./arch/mips/configs/ev64120_defconfig:# CONFIG_PREEMPT is not set
729./arch/mips/configs/db1100_defconfig:CONFIG_PREEMPT_NONE=y
730./arch/mips/configs/db1100_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
731./arch/mips/configs/db1100_defconfig:# CONFIG_PREEMPT is not set
732./arch/mips/configs/capcella_defconfig:CONFIG_PREEMPT_NONE=y
733./arch/mips/configs/capcella_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
734./arch/mips/configs/capcella_defconfig:# CONFIG_PREEMPT is not set
735./arch/mips/configs/ocelot_defconfig:CONFIG_PREEMPT_NONE=y
736./arch/mips/configs/ocelot_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
737./arch/mips/configs/ocelot_defconfig:# CONFIG_PREEMPT is not set
738./arch/mips/configs/ddb5477_defconfig:CONFIG_PREEMPT_NONE=y
739./arch/mips/configs/ddb5477_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
740./arch/mips/configs/ddb5477_defconfig:# CONFIG_PREEMPT is not set
741./arch/mips/configs/rbhma4500_defconfig:CONFIG_PREEMPT_NONE=y
742./arch/mips/configs/rbhma4500_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
743./arch/mips/configs/rbhma4500_defconfig:# CONFIG_PREEMPT is not set
744./arch/mips/configs/pb1500_defconfig:CONFIG_PREEMPT_NONE=y
745./arch/mips/configs/pb1500_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
746./arch/mips/configs/pb1500_defconfig:# CONFIG_PREEMPT is not set
747./arch/mips/configs/jmr3927_defconfig:CONFIG_PREEMPT_NONE=y
748./arch/mips/configs/jmr3927_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
749./arch/mips/configs/jmr3927_defconfig:# CONFIG_PREEMPT is not set
750./arch/mips/configs/lasat200_defconfig:CONFIG_PREEMPT_NONE=y
751./arch/mips/configs/lasat200_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
752./arch/mips/configs/lasat200_defconfig:# CONFIG_PREEMPT is not set
753./arch/mips/configs/emma2rh_defconfig:# CONFIG_PREEMPT_NONE is not set
754./arch/mips/configs/emma2rh_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
755./arch/mips/configs/emma2rh_defconfig:CONFIG_PREEMPT=y
756./arch/mips/configs/emma2rh_defconfig:CONFIG_PREEMPT_BKL=y
757./arch/mips/configs/workpad_defconfig:CONFIG_PREEMPT_NONE=y
758./arch/mips/configs/workpad_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
759./arch/mips/configs/workpad_defconfig:# CONFIG_PREEMPT is not set
760./arch/mips/configs/bigsur_defconfig:CONFIG_PREEMPT_NONE=y
761./arch/mips/configs/bigsur_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
762./arch/mips/configs/bigsur_defconfig:# CONFIG_PREEMPT is not set
763./arch/mips/configs/bigsur_defconfig:# CONFIG_PREEMPT_BKL is not set
764./arch/mips/configs/mpc30x_defconfig:CONFIG_PREEMPT_NONE=y
765./arch/mips/configs/mpc30x_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
766./arch/mips/configs/mpc30x_defconfig:# CONFIG_PREEMPT is not set
767./arch/mips/configs/pnx8550-jbs_defconfig:CONFIG_PREEMPT_NONE=y
768./arch/mips/configs/pnx8550-jbs_defconfig:# CONFIG_PREEMPT_VOLUNTARY is not set
769./arch/mips/configs/pnx8550-jbs_defconfig:# CONFIG_PREEMPT is not set
770./arch/mips/defconfig-2.6-bcm947xx-router-wapi:CONFIG_PREEMPT_NONE=y
771./arch/mips/defconfig-2.6-bcm947xx-router-wapi:# CONFIG_PREEMPT_VOLUNTARY is not set
772./arch/mips/defconfig-2.6-bcm947xx-router-wapi:# CONFIG_PREEMPT is not set
773./arch/mips/defconfig-2.6-bcm947xx-router-ipv6-wapi:# CONFIG_PREEMPT_NONE is not set
774./arch/mips/defconfig-2.6-bcm947xx-router-ipv6-wapi:# CONFIG_PREEMPT_VOLUNTARY is not set
775./arch/mips/defconfig-2.6-bcm947xx-router-ipv6-wapi:CONFIG_PREEMPT=y
776./arch/mips/defconfig-2.6-bcm947xx-router-ipv6-wapi:CONFIG_PREEMPT_BKL=y
777./arch/mips/defconfig-2.6-bcm947xx-router-voip:CONFIG_PREEMPT_NONE=y
778./arch/mips/defconfig-2.6-bcm947xx-router-voip:# CONFIG_PREEMPT_VOLUNTARY is not set
779./arch/mips/defconfig-2.6-bcm947xx-router-voip:# CONFIG_PREEMPT is not set
780./arch/mips/mm/highmem.c:	/* even !CONFIG_PREEMPT needs this, for in_atomic in do_page_fault */
781./arch/mips/defconfig-2.6-bcm947xx-router-ipv6:# CONFIG_PREEMPT_NONE is not set
782./arch/mips/defconfig-2.6-bcm947xx-router-ipv6:# CONFIG_PREEMPT_VOLUNTARY is not set
783./arch/mips/defconfig-2.6-bcm947xx-router-ipv6:CONFIG_PREEMPT=y
784./arch/mips/defconfig-2.6-bcm947xx-router-ipv6:CONFIG_PREEMPT_BKL=y
785./arch/mips/defconfig-bcm947xx-slimrtr:# CONFIG_PREEMPT_NONE is not set
786./arch/mips/defconfig-bcm947xx-slimrtr:# CONFIG_PREEMPT_VOLUNTARY is not set
787./arch/mips/defconfig-bcm947xx-slimrtr:CONFIG_PREEMPT=y
788./arch/mips/defconfig-bcm947xx-slimrtr:CONFIG_PREEMPT_BKL=y
789./arch/mips/defconfig-2.6-bcm947xx:# CONFIG_PREEMPT_NONE is not set
790./arch/mips/defconfig-2.6-bcm947xx:# CONFIG_PREEMPT_VOLUNTARY is not set
791./arch/mips/defconfig-2.6-bcm947xx:CONFIG_PREEMPT=y
792./arch/mips/defconfig-2.6-bcm947xx:CONFIG_PREEMPT_BKL=y
793./arch/mips/defconfig-2.6-bcm947xx-74k-router:CONFIG_PREEMPT_NONE=y
794./arch/mips/defconfig-2.6-bcm947xx-74k-router:# CONFIG_PREEMPT_VOLUNTARY is not set
795./arch/mips/defconfig-2.6-bcm947xx-74k-router:# CONFIG_PREEMPT is not set
796./mm/memory.c:#ifdef CONFIG_PREEMPT
797./mm/memory.c:#if defined(CONFIG_SMP) || defined(CONFIG_PREEMPT)
798./drivers/net/wireless/bcm43xx/bcm43xx_phy.c:#ifndef CONFIG_PREEMPT
799./drivers/net/wireless/bcm43xx/bcm43xx_phy.c:#endif /* CONFIG_PREEMPT */
800./.config_WNDR4500REV:CONFIG_PREEMPT_NONE=y
801./.config_WNDR4500REV:# CONFIG_PREEMPT_VOLUNTARY is not set
802./.config_WNDR4500REV:# CONFIG_PREEMPT is not set
803./autoconf.h_WNDR4500REV:#define CONFIG_PREEMPT 1
804./autoconf.h_WNDR4500REV:#define CONFIG_PREEMPT_BKL 1
805