commit | 892c587f22fc97362a595d3c84669a39ce1cd2f5 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Apr 19 15:34:06 2012 +0200 |
committer | Alexander Graf <agraf@suse.de> | Tue May 01 21:47:00 2012 +0200 |
tree | 5dc09be005f952f442349994f94b3b651ee4a680 | |
parent | 58f90f21f4d8e3b105b3e3669334f1b98141075c [diff] |
PPC: Fix up e500 cache size setting When initializing the e500 code, we need to expose its cache line size for user and system mode, while the mmu details are only interesting for system emulation. Split the 2 switch statements apart, allowing us to #ifdef out the mmu parts for user mode emulation while keeping all cache information consistent. Signed-off-by: Alexander Graf <agraf@suse.de>