summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_minidump_arm.c
Commit message (Collapse)AuthorAgeFilesLines
* libkvm code janitoringuqs2011-01-231-4/+2
| | | | | | | | | | | | - make WARNS=6 clean for archs w/o strict alignment requirments - add const, ANSIfy, remove unused vars, cast types for comparison - thanks to differing definitions of VM_MIN_ADDRESS across our archs, we need to trick the compiler to not complain about signedness. We could either fix VM_MIN_ADDRESS to always be a simple integer or make the check conditional on $ARCH. Closes PRs: kern/42386, kern/83364 Reviewed by: bde
* Support kernel crash mini dumps on ARM architecture.raj2008-11-061-0/+262
Obtained from: Juniper Networks, Semihalf
OpenPOWER on IntegriCloud