original_kernel/arch/arm/kernel
Russell King e399b1a4e1 ARM: v6k: introduce CPU_V6K option
Introduce a CPU_V6K configuration option for platforms to select if they
have a V6K CPU core.  This allows us to identify whether we need to
support ARMv6 CPUs without the V6K SMP extensions at build time.

Currently CPU_V6K is just an alias for CPU_V6, and all places which
reference CPU_V6 are replaced by (CPU_V6 || CPU_V6K).

Select CPU_V6K from platforms which are known to be V6K-only.

Acked-by: Tony Lindgren <tony@atomide.com>
Tested-by: Sourav Poddar <sourav.poddar@ti.com>
Tested-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-02-02 21:23:26 +00:00
..
.gitignore
Makefile Merge branch 'devel-stable' into devel 2011-01-06 22:33:32 +00:00
armksyms.c ARM: bitops: switch set/clear/change bitops to use ldrex/strex 2011-02-02 21:23:25 +00:00
arthur.c
asm-offsets.c
atags.c
atags.h
bios32.c
calls.S
compat.c
compat.h
crash_dump.c
crunch-bits.S
crunch.c
debug.S ARM: v6k: introduce CPU_V6K option 2011-02-02 21:23:26 +00:00
dma-isa.c
dma.c
early_printk.c
ecard.c ARM: ecard: irq_data conversion. 2011-01-13 12:26:17 +01:00
ecard.h
elf.c
entry-armv.S Merge branch 'devel-stable' into devel 2011-01-06 22:33:32 +00:00
entry-common.S
entry-header.S
etm.c
fiq.c Merge branch 'smp' into misc 2011-01-06 22:32:03 +00:00
ftrace.c
head-common.S ARM: fix missing branch in __error_a 2011-01-15 11:19:19 +00:00
head-nommu.S
head.S Merge branch 'misc' into devel 2011-01-06 22:32:52 +00:00
hw_breakpoint.c
init_task.c
io.c
irq.c ARM: core irq_data conversion. 2011-01-13 12:26:17 +01:00
isa.c
iwmmxt.S
kgdb.c
kprobes-decode.c
kprobes.c
leds.c
machine_kexec.c
module.c mm: unify module_alloc code for vmalloc 2011-01-13 17:32:34 -08:00
perf_event.c Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm 2011-01-06 16:50:35 -08:00
perf_event_v6.c ARM: v6k: introduce CPU_V6K option 2011-02-02 21:23:26 +00:00
perf_event_v7.c
perf_event_xscale.c
pj4-cp0.c
pmu.c
process.c ARM: 6619/1: nommu: avoid mapping vectors page when !CONFIG_MMU 2011-01-11 17:32:24 +00:00
ptrace.c
ptrace.h
relocate_kernel.S
return_address.c
sched_clock.c ARM: sched_clock: make minsec argument to clocks_calc_mult_shift() zero 2011-01-11 16:44:02 +00:00
setup.c ARM: 6625/1: use memblock memory regions for "System RAM" I/O resources 2011-01-14 22:14:04 +00:00
signal.c
signal.h
smp.c Merge branch 'pgt' (early part) into devel 2011-01-06 22:33:19 +00:00
smp_scu.c
smp_tlb.c
smp_twd.c ARM: twd: fix display of twd frequency 2011-01-11 12:11:01 +00:00
stacktrace.c ARM: fix /proc/$PID/stack on SMP 2011-01-15 09:27:04 +00:00
swp_emulate.c
sys_arm.c
sys_oabi-compat.c
tcm.c
tcm.h
thumbee.c
time.c ARM: sched_clock: allow init_sched_clock() to be called early 2011-01-11 16:23:04 +00:00
traps.c Merge branch 'pgt' (early part) into devel 2011-01-06 22:33:19 +00:00
unwind.c
vmlinux.lds.S Merge branch 'misc' into devel 2011-01-06 22:32:52 +00:00
xscale-cp0.c