summaryrefslogtreecommitdiff
path: root/corking.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04corking: use bool instead of intDaniel Borkmann1-2/+4
2013-06-04corking: break out udp/tcp cork functionsDaniel Borkmann1-0/+11
option>mode:
authorRussell Currey <ruscur@russell.cc>2016-07-28 15:05:03 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2016-09-23 07:54:19 +1000
commit98b665da5751b10f3f5f3ce3ba75983d52bd949b (patch)
tree000923fe62be87c29d588a494f893867e91bd9c3 /arch/powerpc
parent3eabf88579032e3c73e7b0a8495f8dbe8c407f46 (diff)
powerpc/powernv/pci: Add PHB register dump debugfs handle
On EEH events the kernel will print a dump of relevant registers. If EEH is unavailable (i.e. CONFIG_EEH is disabled, a new platform doesn't have EEH support, etc) this information isn't readily available. Add a new debugfs handler to trigger a PHB register dump, so that this information can be made available on demand. Signed-off-by: Russell Currey <ruscur@russell.cc> Reviewed-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc')