You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mike Galbraith
3415dd9146
perfcounters fix section mismatch warning in perf_counter.c::perf_counters_lapic_init()
...
Fix:
WARNING: arch/x86/kernel/built-in.o(.text+0xdd0f): Section mismatch in reference from the function pmc_generic_enable() to the function .cpuinit.text:perf_counters_lapic_init()
The function pmc_generic_enable() references
the function __cpuinit perf_counters_lapic_init().
This is often because pmc_generic_enable lacks a __cpuinit
annotation or the annotation of perf_counters_lapic_init is wrong.
Signed-off-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
16 years ago
..
boot
Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core
16 years ago
configs
x86: revert CONFIG_RELOCATABLE=y defconfig change
16 years ago
crypto
crypto: crc32c-intel - Switch to shash
16 years ago
ia32
Merge branch 'core/percpu' into perfcounters/core
16 years ago
include/ asm
Merge branch 'core/percpu' into perfcounters/core
16 years ago
kernel
perfcounters fix section mismatch warning in perf_counter.c::perf_counters_lapic_init()
16 years ago
kvm
KVM: change KVM to use IOMMU API
16 years ago
lguest
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
16 years ago
lib
Merge commit 'v2.6.28-rc2' into core/locking
17 years ago
mach-default
x86: mach-default setup.c cleanups
16 years ago
mach-generic
x86: rename all fields of mpc_table mpc_X to X
16 years ago
mach-rdc321x
…
mach-voyager
percpu: add optimized generic percpu accessors
16 years ago
math-emu
…
mm
Merge commit 'v2.6.29-rc2' into perfcounters/core
16 years ago
oprofile
Merge commit 'v2.6.29-rc1' into perfcounters/core
16 years ago
pci
x86 PAT: consolidate old memtype new memtype check into a function
16 years ago
power
x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA set
16 years ago
scripts
allow stripping of generated symbols under CONFIG_KALLSYMS_ALL
16 years ago
vdso
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
16 years ago
video
…
xen
x86, xen: fix hardirq.h merge fallout
16 years ago
Kconfig
Merge branch 'core/percpu' into perfcounters/core
16 years ago
Kconfig.cpu
x86: make x86_32 use tlb_64.c, build fix, clean up X86_L1_CACHE_BYTES
16 years ago
Kconfig.debug
Merge branch 'linus' into stackprotector
16 years ago
Makefile
Merge branch 'linus' into stackprotector
16 years ago
Makefile_32.cpu
…