summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorParag Warudkar <parag.lkml@gmail.com>2009-07-08 11:46:02 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-07-08 09:18:05 -0700
commite9bf0cc7cbfbf3952cdf8028aa0d348d09ecdba1 (patch)
tree3d44e78af85ce720091ed7d0a8e1307d5d54e364 /tools/perf/scripts/python
parentfaf80d62e44dc627efb741f48db50c1858d1667c (diff)
downloadkernel-e9bf0cc7cbfbf3952cdf8028aa0d348d09ecdba1.tar.gz
elfcore.h : Fix UML build breakage
Commit a65e7bfcd74e4c0939f235d2bf9f48ddb3a57991 broke the UML build with the following error - In file included from fs/proc/kcore.c:17: include/linux/elfcore.h: In function 'elf_core_copy_task_regs': include/linux/elfcore.h:129: error: implicit declaration of function 'task_pt_regs' Fix this by restoring the previous behavior of returning 0 for all arches like UML that don't define task_pt_regs. Signed-off-by: Parag Warudkar <parag.lkml@gmail.com> Acked-by: Amerigo Wang <xiyou.wangcong@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
nel/commit/drivers/scsi/cxlflash/main.c?id=9a597cd4c0cebd61657f7449cb8bcb681f464500'>scsi: cxlflash: Remove commmands from pending list on timeoutUma Krishnan 2018-04-18scsi: cxlflash: Synchronize reset and remove opsUma Krishnan 2018-04-18scsi: cxlflash: Enable OCXL operationsUma Krishnan 2018-04-18scsi: cxlflash: Setup LISNs for master contextsUma Krishnan 2018-04-18scsi: cxlflash: Hardware AFU for OCXLUma Krishnan 2018-04-18scsi: cxlflash: Avoid clobbering context control register valueMatthew R. Ochs 2018-04-18scsi: cxlflash: Preserve number of interrupts for master contextsUma Krishnan 2018-01-10scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs 2018-01-10scsi: cxlflash: Adapter context init can return errorUma Krishnan 2018-01-10scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs 2018-01-10scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan 2018-01-10scsi: cxlflash: Reset command ioascUma Krishnan 2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds