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.
Rakib Mullick
0d098a7d1e
x86/ftrace: Fix compiler warning in ftrace.c
...
Due to commit dc326fca2b
(x86, cpu: Clean up and unify the NOP selection infrastructure), we get the following warning:
arch/x86/kernel/ftrace.c: In function ‘ftrace_make_nop’:
arch/x86/kernel/ftrace.c:308:6: warning: assignment discards qualifiers from pointer target type
arch/x86/kernel/ftrace.c: In function ‘ftrace_make_call’:
arch/x86/kernel/ftrace.c:318:6: warning: assignment discards qualifiers from pointer target type
ftrace_nop_replace() now returns const unsigned char *, so change its associated function/variable to its compatible type to keep compiler clam.
Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com>
Link: http://lkml.kernel.org/r/1305221620.7986.4.camel@localhost.localdomain
[ updated for change of const void *src in probe_kernel_write() ]
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
14 years ago
..
alpha
extable, core_kernel_data(): Make sure all archs define _sdata
14 years ago
arm
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
14 years ago
avr32
PM / AVR32: Use struct syscore_ops instead of sysdevs for PM
14 years ago
blackfin
maccess,probe_kernel: Make write/read src const void *
14 years ago
cris
sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()
14 years ago
frv
Fix common misspellings
14 years ago
h8300
genirq: Remove the now obsolete config options and select statements
14 years ago
ia64
Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
14 years ago
m32r
extable, core_kernel_data(): Make sure all archs define _sdata
14 years ago
m68k
extable, core_kernel_data(): Make sure all archs define _sdata
14 years ago
microblaze
Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource
14 years ago
mips
extable, core_kernel_data(): Make sure all archs define _sdata
14 years ago
mn10300
sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()
14 years ago
parisc
extable, core_kernel_data(): Make sure all archs define _sdata
14 years ago
powerpc
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
14 years ago
s390
maccess,probe_kernel: Make write/read src const void *
14 years ago
score
Fix common misspellings
14 years ago
sh
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
14 years ago
sparc
Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
14 years ago
tile
sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()
14 years ago
um
Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
14 years ago
unicore32
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
14 years ago
x86
x86/ftrace: Fix compiler warning in ftrace.c
14 years ago
xtensa
xtensa: Fixup irq conversion fallout and nmi_count
14 years ago
.gitignore
…
Kconfig
…