commit | f1f8b4948d19ae84fe37e36601ae064102dfa5ab | [log] [tgz] |
---|---|---|
author | Gerhard Pircher <gerhard_pircher@gmx.net> | Sat Jun 06 11:12:36 2009 +0000 |
committer | Kumar Gala <galak@kernel.crashing.org> | Mon Jun 15 21:45:31 2009 -0500 |
tree | 227f9c3d01e2f200496a3765df0a802f17be74bf | |
parent | b7d66c88c968379ebe683a28c4005895497ebbad [diff] |
powerpc: Enable additional BAT registers in setup_745x_specifics() Currently the kernel expects the additional four IBAT and DBAT registers to be available, but doesn't enable these registers on 745x CPUs, which have them disabled after reset. Thus set the HIGH_BAT_EN bit in HID0 register, if the corresponding MMU feature is defined. Signed-off-by: Gerhard Pircher <gerhard_pircher@gmx.net> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>