summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorKevin Cernekee <kpc.mtd@gmail.com>2009-04-08 22:53:13 -0700
committerDavid Woodhouse <David.Woodhouse@intel.com>2009-05-29 15:24:48 +0100
commit977185404046afb31d2e18fac0a076de1a20bf0e (patch)
tree4b0cd9a27748549126c52dbf0af6f4c3c89224df /tools/perf/scripts/python/bin/stackcollapse-record
parent0dc54e9f33e2fbcea28356bc2c8c931cb307d3b3 (diff)
downloadkernel-977185404046afb31d2e18fac0a076de1a20bf0e.tar.gz
mtd: compat_ioctl cleanup
1) Move the MEMREADOOB/MEMWRITEOOB compat_ioctl wrappers from fs/compat_ioctl.c into mtdchar.c . Original request was here: http://lkml.org/lkml/2009/4/1/295 2) Add missing COMPATIBLE_IOCTL lines, so that mtd-utils does not error out when running in 64/32 compatibility mode. LKML-Reference: <200904011650.22928.arnd@arndb.de> Signed-off-by: Kevin Cernekee <kpc.mtd@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
Arnd Bergmann 2016-06-04rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann 2016-05-20rtc: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas 2016-01-11rtc: cmos: prevent kernel warning on IRQ flags mismatchAndy Shevchenko 2015-09-05rtc: cmos: clean up cmos_nvram_read()/cmos_nvram_write()Vladimir Zapolskiy 2015-09-05rtc: cmos: Revert "rtc-cmos: Add an alarm disable quirk"Adrian Huang 2015-09-05rtc: cmos: Cancel alarm timer if alarm time is equal to now+1 secondsAdrian Huang 2015-04-17rtc: use more standard kernel logging stylesJoe Perches 2015-04-15rtc: remove use of seq_printf return valueJoe Perches