commit | 513579e3a391a3874c478a8493080822069976e8 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Oct 30 05:47:16 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Nov 05 16:49:57 2009 +1100 |
tree | 329af02fc9790cbfcdda3c7162a734fd34111801 | |
parent | 9a7a9b09fee8487003df012d9af4b227b3661e4d [diff] |
Add desktop PowerPC specific emulation Little opcodes behave differently on desktop and embedded PowerPC cores. In order to reflect those differences, let's add some #ifdef code to emulate.c. We could probably also handle them in the core specific emulation files, but I would prefer to reuse as much code as possible. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>