commit | ee7a76da1ef5e3e5e0e54e84319e435ea25c267c | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Tue Sep 18 17:22:59 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Sep 19 15:25:34 2007 +1000 |
tree | df68b3ffb08df0a243085ddd59a9d4cfb2b01a6d | |
parent | 19a8d97d89442e2bda6245b8a3de2c1fec69a7ad [diff] |
[POWERPC] Size swapper_pg_dir correctly David Gibson pointed out that swapper_pg_dir actually need to be PGD_TABLE_SIZE bytes long not PAGE_SIZE. This actually saves 64k in the bss for a kernel ppc64_defconfig built with CONFIG_PPC_64K_PAGES. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>