commit | df174e3be88d4352bfcfe20d11adc671d2961c79 | [log] [tgz] |
---|---|---|
author | Ed Swarthout <Ed.Swarthout@freescale.com> | Fri Sep 21 12:53:02 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Oct 03 09:12:06 2007 +1000 |
tree | 0bf4e4c1d48eff6487d2e25b4b25f326b7300c5a | |
parent | 94987aff23bcdd7cee92edf02c2f4ef259d1cbf6 [diff] |
[POWERPC] Add memory regions to the kcore list for 32-bit machines The entries are only 32-bit, so restrict the virtual address to stay below 0xffff_ffff. With KERNELBASE set to 0xc000_0000, this in effect restricts access to the first 1GB of real memory. Make setup_kcore conditional on CONFIG_PROC_KCORE for both 32/64. Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>