Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
add a module that provides support for DRAM ECC error injection on AMD CPUsI imagine that the module would be useful only to a very limited numberof developers, so that's my excuse for not writing
add a module that provides support for DRAM ECC error injection on AMD CPUsI imagine that the module would be useful only to a very limited numberof developers, so that's my excuse for not writing any documentation.On a more serious note, please see DRAM Error Injection section of BKDGsfor families 10h - 16h. E.g. section 2.13.3.1 of BKDG for AMD Family 15hModels 00h-0Fh Processors.Many thanks to kib for his suggestions and comments.Discussed with: kibMFC after: 3 weeksDifferential Revision: https://reviews.freebsd.org/D9824
show more ...