commit | c9c2877d08d9aa0ca0a5c227ac795fbb76269300 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Thu May 11 22:24:15 2017 +0200 |
committer | Helge Deller <deller@gmx.de> | Fri May 12 09:14:15 2017 +0200 |
tree | bb8c33d2619840e10d29c4e5caed49e8267bf4ba | |
parent | c8c3735997a3aa184fa81742bb6c4062a26af2f3 [diff] |
parisc: Add Page Deallocation Table (PDT) support The firmare in most parisc machines maintains a Page Deallocation Table (PDT) which holds a list of physical memory addresses where hardware detected memory errors (single bit and double bit errors). This patch adds the missing PDC firmware calls and the logic to read the PDT from firmware, report all current PDT entries and exclude the reported bad memory from being used by Linux. Signed-off-by: Helge Deller <deller@gmx.de>