summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2007-10-15 17:00:19 +0200
committerIngo Molnar <mingo@elte.hu>2007-10-15 17:00:19 +0200
commit0dbee3a6b006dbe814d002cb18e94bf24a216451 (patch)
treee847b88145ccc2c643ef0fe2244bd1e778b51272 /kernel/kprobes.c
parentsched: enable wake-idle on CONFIG_SCHED_MC=y (diff)
downloadlinux-0dbee3a6b006dbe814d002cb18e94bf24a216451.tar.xz
linux-0dbee3a6b006dbe814d002cb18e94bf24a216451.zip
Make scheduler debug file operations const
In general, struct file_operations are const in the kernel, to not have false cacheline sharing and to catch bugs at compiletime with accidental writes to them. The new scheduler code introduces a new non-const one; fix this up. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/kprobes.c')
0 files changed, 0 insertions, 0 deletions